Created a way to coalesce map modules into one table

This commit is contained in:
Kayne Ruse
2014-11-06 01:16:02 +11:00
parent cfdc61c357
commit a4ed23f6c7
5 changed files with 83 additions and 4 deletions
+1 -2
View File
@@ -28,8 +28,7 @@
#include "lua.hpp"
#endif
#define TORTUGA_TILE_SHEET_NAME "TileSheet"
#define TORTUGA_TILE_SHEET_NAME "tile_sheet"
LUAMOD_API int openTileSheetAPI(lua_State* L);
#endif