diff options
Diffstat (limited to '')
-rw-r--r-- | source/ChunkSender.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ChunkSender.h b/source/ChunkSender.h index 23cce039b..c5c6f7774 100644 --- a/source/ChunkSender.h +++ b/source/ChunkSender.h @@ -51,6 +51,8 @@ public: bool Start(cWorld * a_World);
+ void Stop(void);
+
/// Notifies that a chunk has become ready and it should be sent to all its clients
void ChunkReady(int a_ChunkX, int a_ChunkY, int a_ChunkZ);
|