summaryrefslogtreecommitdiff
path: root/src/Controller/ConsoleController/ConsoleController.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controller/ConsoleController/ConsoleController.hpp')
-rw-r--r--src/Controller/ConsoleController/ConsoleController.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Controller/ConsoleController/ConsoleController.hpp b/src/Controller/ConsoleController/ConsoleController.hpp
index 9534877..83c44fc 100644
--- a/src/Controller/ConsoleController/ConsoleController.hpp
+++ b/src/Controller/ConsoleController/ConsoleController.hpp
@@ -9,18 +9,18 @@
#include <iostream>
-#include "../Model/Game.hpp"
+#include "../../Model/Game.hpp"
-class CTConsole
+class ConsoleController
{
private:
Game * m_game;
-
+
public:
- CTConsole();
- ~CTConsole();
-
+ ConsoleController();
+ ~ConsoleController();
+
void play();
};
-#endif \ No newline at end of file
+#endif