1 #ifndef STATEMANAGER_H_DEFINED 2 #define STATEMANAGER_H_DEFINED 4 #include <Flow/GameState.hpp> void run()
Main entry point and game loop.
Giga-class that switches from game states.
StateManager()
Initializes pretty much everything.
Abstract definition of a game state.