#ifndef GAMESTATE_H_ #define GAMESTATE_H_ typedef enum GameState_t { MENU, PLAYING, IN_GAME_MENU, GAME_OVER } GameState; #endif // GAMESTATE_H_