You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|