summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-27 14:58:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-27 14:58:06 +0300
commit144204fd38ea7388d9ca97922862844636052bfc (patch)
treeb30a4e6f5369a7ebc9bda465ec472956599ce9fc /src/actormanager.h
parentc5092e2ce5cd6edecde4339d4d2436d4585b60a6 (diff)
downloadplus-144204fd38ea7388d9ca97922862844636052bfc.tar.gz
plus-144204fd38ea7388d9ca97922862844636052bfc.tar.bz2
plus-144204fd38ea7388d9ca97922862844636052bfc.tar.xz
plus-144204fd38ea7388d9ca97922862844636052bfc.zip
Add option to show/hide badges. By default badges visible.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 02b060935..d9c85336b 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -330,6 +330,8 @@ class ActorManager final: public ConfigListener
void updateEffects(const std::map<BeingTypeId, int> &addEffects,
const std::set<BeingTypeId> &removeEffects) const;
+ void updateBadges();
+
#ifdef EATHENA_SUPPORT
void removeRoom(const int chatId);