mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2025-12-12 09:48:51 +01:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef DEF_EDITEUR
|
|
#define DEF_EDITEUR
|
|
|
|
extern void editeur(SDL_Surface *screen, int niveau);
|
|
|
|
#endif
|