diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-02 22:57:08 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-02 22:57:08 +0200 |
| commit | 1d09a0fd3ae35ccf51a3b5f929f77a8c8850712c (patch) | |
| tree | 48d38b7bcddce05d3254b4550b2331d49b5d3e00 /src/Controllers/ConsoleController/ConsoleController.hpp | |
| parent | 36d033caeebd8ccbddf711825a5a96e3930438be (diff) | |
End console clean game
Diffstat (limited to 'src/Controllers/ConsoleController/ConsoleController.hpp')
| -rw-r--r-- | src/Controllers/ConsoleController/ConsoleController.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Controllers/ConsoleController/ConsoleController.hpp b/src/Controllers/ConsoleController/ConsoleController.hpp index 6ce8df9..8d73f79 100644 --- a/src/Controllers/ConsoleController/ConsoleController.hpp +++ b/src/Controllers/ConsoleController/ConsoleController.hpp @@ -15,12 +15,12 @@ class ConsoleController { private: - Game * m_game; + Game m_game; kbdh::Direction waitArrowKeyPress(); public: ConsoleController(); ~ConsoleController(); - void play(); + void run(); }; #endif |
