summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.h')
-rw-r--r--src/game/GameController.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index d9755a1..63d8e5e 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -14,11 +14,12 @@ class GameView;
class GameController
{
private:
- Simulation * sim;
+ //Simulation * sim;
GameView * gameView;
GameModel * gameModel;
public:
- GameController();
+ GameController();
+ ~GameController();
GameView * GetView();
void DrawPoints(queue<ui::Point*> & pointQueue);
void Tick();