diff options
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index 67afdc4..157df99 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -25,6 +25,7 @@ private: RenderController * renderOptions; LoginController * loginWindow; public: + class LoginCallback; GameController(); ~GameController(); GameView * GetView(); |
