Bibi/include/editeur.h

7 lines
112 B
C

#ifndef DEF_EDITEUR
#define DEF_EDITEUR
extern void editeur(SDL_Surface *screen, int niveau);
#endif