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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index 4f076fd..28edd86 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -26,6 +26,8 @@ private:
LoginController * loginWindow;
public:
class LoginCallback;
+ class SearchCallback;
+ class RenderCallback;
GameController();
~GameController();
GameView * GetView();