mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2026-01-27 10:14:58 +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
|