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, 1 insertions, 1 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index a5c4416..984cfd6 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -46,7 +46,6 @@ private:
CommandInterface * commandInterface;
public:
bool HasDone;
- class LoginCallback;
class SearchCallback;
class RenderCallback;
class SSaveCallback;
@@ -142,6 +141,7 @@ public:
void RemoveNotification(Notification * notification);
virtual void NotifyUpdateAvailable(Client * sender);
+ virtual void NotifyAuthUserChanged(Client * sender);
void RunUpdater();
};