summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-05 15:41:24 +0200
committermadmaxoft <github@xoft.cz>2013-08-05 15:41:24 +0200
commitd83e4369d3894d4b6f97cb91bed481eb1a05f189 (patch)
tree726f4a1fb0ce75603f4084014dc406aaa5d5d98c /source/World.h
parentAlpha-sorted the manual bindings' functions. (diff)
downloadcuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar.gz
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar.bz2
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar.lz
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar.xz
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.tar.zst
cuberite-d83e4369d3894d4b6f97cb91bed481eb1a05f189.zip
Diffstat (limited to '')
-rw-r--r--source/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/World.h b/source/World.h
index 9de00ceec..695b15f50 100644
--- a/source/World.h
+++ b/source/World.h
@@ -245,7 +245,7 @@ public:
bool ForEachEntityInChunk(int a_ChunkX, int a_ChunkZ, cEntityCallback & a_Callback); // Exported in ManualBindings.cpp
/// Calls the callback if the entity with the specified ID is found, with the entity object as the callback param. Returns true if entity found and callback returned false.
- bool DoWithEntityByID(int a_UniqueID, cEntityCallback & a_Callback); // TODO: Exported in ManualBindings.cpp
+ bool DoWithEntityByID(int a_UniqueID, cEntityCallback & a_Callback); // Exported in ManualBindings.cpp
/// Compares clients of two chunks, calls the callback accordingly
void CompareChunkClients(int a_ChunkX1, int a_ChunkZ1, int a_ChunkX2, int a_ChunkZ2, cClientDiffCallback & a_Callback);