![]() |
FYP
1.0.0
Final Year Project -- Alexander Meuer
|

Public Member Functions | |
| Game () | |
| Sets up the game. Takes no arguements. | |
| int | run () |
| Begins the game. More... | |
Static Public Member Functions | |
| static void | close () |
| static PlayerProfile & | getPlayerProfile () |
| Gets the active player's profile. The calling class does not obtain ownership. More... | |
Private Member Functions | |
| void | handleEvent (sf::Event &event) |
Private Attributes | |
| Renderer | mRenderer |
| Threaded Renderer with fixed timestep. | |
Static Private Attributes | |
| static bool | mRun |
| static bool | mPaused |
| static std::unique_ptr< PlayerProfile > | mPlayerProfile |
|
static |
Gets the active player's profile. The calling class does not obtain ownership.
| int Game::run | ( | ) |
Begins the game.