summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
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);