#ifndef GENERAL_STATE_INCLUDED #define GENERAL_STATE_INCLUDED typedef enum {GS_MainMenu, GS_GameCreationMenu, GS_Game, GS_EndOfGameMenu, GS_Quit} GeneralState; #endif //GENERAL_STATE_INCLUDED