diff options
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index 63d8e5e..c2c578d 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -6,6 +6,7 @@ #include "GameModel.h" #include "interface/Point.h" #include "simulation/Simulation.h" +#include "search/SearchController.h" using namespace std; @@ -17,6 +18,7 @@ private: //Simulation * sim; GameView * gameView; GameModel * gameModel; + SearchController * search; public: GameController(); ~GameController(); |
