diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-02-05 18:10:08 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-02-05 18:10:08 +0100 |
commit | 7c750914f0ddd0fec414e8690b10145ed61e7fa9 (patch) | |
tree | d8d3ad52e2561af40793357bc638d68b54666c9a /src/Root.h | |
parent | Named the different quartz block. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Root.h | 3 |
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 |