breakhack/src/gamestate.h

11 lines
136 B
C
Raw Normal View History

2017-12-22 06:27:58 +01:00
#ifndef GAMESTATE_H_
#define GAMESTATE_H_
typedef enum GameState_t {
MENU,
PLAYING,
NEXT_LEVEL
} GameState;
#endif // GAMESTATE_H_