summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-09 12:05:27 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-09 12:05:27 (GMT)
commit38862a78d119d4ac8cd8495436e75d00f3ee896e (patch)
treeea1e21878adde1bda829454049c73e92f1cab513 /src/game/GameController.h
parent6478ed121ce17cf7d7beaab2deb1953da63d283d (diff)
downloadpowder-38862a78d119d4ac8cd8495436e75d00f3ee896e.zip
powder-38862a78d119d4ac8cd8495436e75d00f3ee896e.tar.gz
New Conversation notifications
Diffstat (limited to 'src/game/GameController.h')
-rw-r--r--src/game/GameController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index 984cfd6..d44a295 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -142,6 +142,7 @@ public:
virtual void NotifyUpdateAvailable(Client * sender);
virtual void NotifyAuthUserChanged(Client * sender);
+ virtual void NotifyNewNotification(Client * sender, std::pair<std::string, std::string> notification);
void RunUpdater();
};