diff options
author | Mattes D <github@xoft.cz> | 2014-02-05 19:58:02 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-05 19:58:02 +0100 |
commit | 694fa5d54188012a4fa727bbbe82ff92ca289d79 (patch) | |
tree | fcd2ccb8b83f34ff032fa35171e494e7bfd65b85 /src/Root.h | |
parent | Merge pull request #647 from worktycho/runMCServer (diff) | |
parent | Forgot extra lines. (diff) | |
download | cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar.gz cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar.bz2 cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar.lz cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar.xz cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.tar.zst cuberite-694fa5d54188012a4fa727bbbe82ff92ca289d79.zip |
Diffstat (limited to 'src/Root.h')
-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 |