Main.h 105 B

1234567891011121314151617181920
  1. #ifndef MAIN_H
  2. #define MAIN_H
  3. enum
  4. {
  5. EXIT,
  6. GAME
  7. };
  8. extern int state;
  9. #endif // MAIN_H