summaryrefslogtreecommitdiffstats
path: root/source/cWorld.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cWorld.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/cWorld.h b/source/cWorld.h
index 35ce2c406..0664c72cc 100644
--- a/source/cWorld.h
+++ b/source/cWorld.h
@@ -108,7 +108,9 @@ public:
bool IsChunkValid (int a_ChunkX, int a_ChunkY, int a_ChunkZ) const;
bool HasChunkAnyClients(int a_ChunkX, int a_ChunkY, int a_ChunkZ) const;
- void UnloadUnusedChunks(void);
+
+ void UnloadUnusedChunks(void); // tolua_export
+
void CollectPickupsByPlayer(cPlayer * a_Player);
// MOTD