Antkeeper
0.0.1
|
Abstract base class for game states. More...
#include <game-state.hpp>
Public Member Functions | |
game_state (::game &ctx) | |
Constructs a game state. More... | |
virtual | ~game_state ()=0 |
Destructs a game state. More... | |
Protected Attributes | |
::game & | ctx |
Abstract base class for game states.
Definition at line 28 of file game-state.hpp.
|
explicit |
Constructs a game state.
ctx | Reference to the game context on which this state will operate. |
Definition at line 22 of file game-state.cpp.
|
pure virtual |
Destructs a game state.
Definition at line 26 of file game-state.cpp.
|
protected |
Definition at line 44 of file game-state.hpp.