diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-30 09:07:40 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-30 09:07:40 +0200 |
| commit | fa88c91351388c4b2e1791ccab2cd8a959dc976b (patch) | |
| tree | 76f63e47c85368b304b6558983a2d3996f1c9af3 /src/CTController/CTConsole.hpp | |
| parent | 4afa51e9e686075194194b80c0cc572222ee47aa (diff) | |
Fix some things
Diffstat (limited to 'src/CTController/CTConsole.hpp')
| -rw-r--r-- | src/CTController/CTConsole.hpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/CTController/CTConsole.hpp b/src/CTController/CTConsole.hpp deleted file mode 100644 index 9534877..0000000 --- a/src/CTController/CTConsole.hpp +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef DEF_CTCONSOLE -#define DEF_CTCONSOLE - -/* CTConsole.hpp - * Defines the class CTConsole - * CTConsole is a controller which displays a game in a terminal - * Creators : krilius, manzerbredes - * Date : 29/04/2915 */ - -#include <iostream> - -#include "../Model/Game.hpp" - -class CTConsole -{ -private: - Game * m_game; - -public: - CTConsole(); - ~CTConsole(); - - void play(); -}; - -#endif
\ No newline at end of file |
