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 411129e3b..2484d3e3a 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -317,6 +317,8 @@ class ActorManager final: public ConfigListener
void updateEffects(const std::map<int, int> &addEffects,
const std::set<int> &removeEffects) const;
+ void removeRoom(const int chatId);
+
protected:
bool validateBeing(const Being *const aroundBeing,
Being *const being,