aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/je_lua_embed.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-23 14:48:18 +0800
committerchai <chaifix@163.com>2018-12-23 14:48:18 +0800
commit145e0752c702fa354fb78d3f30fa4b8ec44bfe7b (patch)
tree41d02588f510fc4c9ae082fdde7adf71cb041958 /src/libjin-lua/je_lua_embed.h
parentd5bd4d53dfcda03558be24e8c353fc042802c085 (diff)
+ tiledmap
Diffstat (limited to 'src/libjin-lua/je_lua_embed.h')
-rw-r--r--src/libjin-lua/je_lua_embed.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libjin-lua/je_lua_embed.h b/src/libjin-lua/je_lua_embed.h
index 067e296..6689be7 100644
--- a/src/libjin-lua/je_lua_embed.h
+++ b/src/libjin-lua/je_lua_embed.h
@@ -19,6 +19,7 @@ namespace JinEngine
#include "scripts/utils/json.lua.h"
#include "scripts/utils/xml.lua.h"
#include "scripts/log.lua.h"
+ #include "scripts/tiledmap/tiledmap.lua.h"
#include "scripts/app.lua.h"
@@ -40,6 +41,7 @@ namespace JinEngine
{ "time.lua", time_lua },
{ "json.lua", json_lua },
{ "xml.lua", xml_lua },
+ { "tiledmap.lua", tiledmap_lua },
//
{ "log.lua", log_lua },
{ 0, 0 }
@@ -75,7 +77,7 @@ namespace JinEngine
luax_call(L, 0, 0);
}
}
-
+
} // namespace Embed
} // namespace JinEngine