1 #ifndef GAMESTATEGAME_H_DEFINED
2 #define GAMESTATEGAME_H_DEFINED
4 #include <Flow/GameState.hpp>
5 #include <Game/Game.hpp>
36 void load(
int stack=0);
59 #endif //GAMESTATEGAME_H_DEFINED
This represents the actual game taking place.
void draw()
Shows everything onscreen;.
GameState::StateCode update()
Updates all possible things on the game.
Abstract definition of a game state.
StateCode
All possible transitions between states.
void load(int stack=0)
Constructs everything necessary for the game.
int unload()
Destroys anything builded during the game.