summaryrefslogtreecommitdiffstats
path: root/src/server/util/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/util/global.h')
-rw-r--r--src/server/util/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/util/global.h b/src/server/util/global.h
index f9dc327..59bed27 100644
--- a/src/server/util/global.h
+++ b/src/server/util/global.h
@@ -44,6 +44,8 @@ public:
static void setSessionName(const QString& name);
static void setSessionName();
+ static bool manager_only;
+
static void setRooms(const QMap<QString, Room*> & roomList);
static const QMap<QString, Room*> & getRooms() {
return _rooms;
@@ -57,4 +59,5 @@ public:
static const Room* getCurrentRoom();
};
+
#endif /* GLOBAL_H_ */