Manually exported DoWithMap

This commit is contained in:
andrew
2014-02-23 13:25:02 +02:00
parent 9fa4fa1cc7
commit 30b22e9f59
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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.
*