summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-02-05 18:10:08 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-02-05 18:10:08 +0100
commit7c750914f0ddd0fec414e8690b10145ed61e7fa9 (patch)
treed8d3ad52e2561af40793357bc638d68b54666c9a /src/Root.h
parentNamed the different quartz block. (diff)
downloadcuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar.gz
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar.bz2
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar.lz
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar.xz
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.tar.zst
cuberite-7c750914f0ddd0fec414e8690b10145ed61e7fa9.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h
index c59afc810..71ee2e671 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -98,6 +98,9 @@ public:
/// Saves all chunks in all worlds
void SaveAllChunks(void); // tolua_export
+ /// Reloads all the groups
+ void ReloadGroups(void); // tolua_export
+
/// Sends a chat message to all connected clients (in all worlds)
void BroadcastChat(const AString & a_Message); // tolua_export