diff --git a/GAME/include/DS.h b/GAME/include/DS.h new file mode 100644 index 0000000000000000000000000000000000000000..b86626079f6a88c128a4a4eaa088638183b9d696 --- /dev/null +++ b/GAME/include/DS.h @@ -0,0 +1,13 @@ +/* +// Created by Lucile on 18/02/2021. +*/ + +#ifndef INSAGAME_DS_H +#define INSAGAME_DS_H + +struct DS { + int door; + char * image_DS; +}; + +#endif /*INSAGAME_DS_H*/