menuFire.h 292 B

1234567891011121314151617
  1. #ifndef MENUFIRE_H_INCLUDED
  2. #define MENUFIRE_H_INCLUDED
  3. #include <iostream>
  4. #include <SDL/SDL.h>
  5. class optionsFire
  6. {
  7. public:
  8. static bool continuer;
  9. static unsigned int difficulte;
  10. static bool pleinEcran;
  11. static SDL_Surface* level;
  12. };
  13. int menuFire();
  14. #endif // MENUFIRE_H_INCLUDED