summaryrefslogtreecommitdiffstats
path: root/src/MapManager.h
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-23 12:25:02 +0100
committerandrew <xdotftw@gmail.com>2014-02-23 12:25:02 +0100
commit30b22e9f59e0873be84e80c83d274dbe5353b835 (patch)
tree7d4a1de7ac03ccb112340ca80905ae77cfbea77b /src/MapManager.h
parentDocumented and exported cMapManager (diff)
downloadcuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.gz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.bz2
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.lz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.xz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.zst
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.zip
Diffstat (limited to 'src/MapManager.h')
-rw-r--r--src/MapManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MapManager.h b/src/MapManager.h
index 5da8be035..80e6d16d1 100644
--- a/src/MapManager.h
+++ b/src/MapManager.h
@@ -45,7 +45,7 @@ public:
* Returns true if the map was found and the callback called, false if map not found.
* Callback return ignored.
*/
- bool DoWithMap(unsigned int a_ID, cMapCallback & a_Callback); // tolua_export
+ bool DoWithMap(int a_ID, cMapCallback & a_Callback); // Exported in ManualBindings.cpp
/** Calls the callback for each map.
*