diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-09 02:10:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-09 14:39:29 +0300 |
commit | 29c0c9e731694a40a6f2e41c6bdedb4b78e2b952 (patch) | |
tree | e944129f98e652f2bd9adbcf5cd273a8bbb9e528 /src/notifymanager.h | |
parent | 0aca242db52695fa0804ac180fc7961b281b422a (diff) | |
download | plus-29c0c9e731694a40a6f2e41c6bdedb4b78e2b952.tar.gz plus-29c0c9e731694a40a6f2e41c6bdedb4b78e2b952.tar.bz2 plus-29c0c9e731694a40a6f2e41c6bdedb4b78e2b952.tar.xz plus-29c0c9e731694a40a6f2e41c6bdedb4b78e2b952.zip |
Add new notifications to guildhandler, guildmanager, inventoryhandler and partyhandler.
Diffstat (limited to 'src/notifymanager.h')
-rw-r--r-- | src/notifymanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notifymanager.h b/src/notifymanager.h index 9c24f5890..59f3251c7 100644 --- a/src/notifymanager.h +++ b/src/notifymanager.h @@ -23,9 +23,12 @@ #include "notifications.h" +#include <string> + namespace NotifyManager { void notify(const unsigned int message); void notify(const unsigned int message, const int num); + void notify(const unsigned int message, const std::string &str); } #endif |