1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-16 06:39:26 +00:00

Meilleure gestion des scénari

This commit is contained in:
2018-06-10 17:57:39 +02:00
parent 74194d46cb
commit bd5860579e
8 changed files with 60 additions and 45 deletions

View File

@ -23,6 +23,6 @@ typedef struct o_Resident {
FRIENDLY(name, Building)
Resident *_init_Resident(int id, char * name, int apartment_floor);
Resident *_init_Resident(int id, char * name, int apartment_floor, int destination);
#endif //LO41_RESIDENT_H