Skip to content
Snippets Groups Projects
Commit 8f1f3741 authored by llebasca's avatar llebasca
Browse files

Add DS structure

parent 21e4ce5d
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
/*
// 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*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment