From 039e2541207232e0a382a52a65122a15eed9257d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 24 Dec 2018 19:15:02 +0800 Subject: +physics module --- src/libjin-lua/je_lua_embed.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libjin-lua/je_lua_embed.h') diff --git a/src/libjin-lua/je_lua_embed.h b/src/libjin-lua/je_lua_embed.h index 6689be7..47d85ff 100644 --- a/src/libjin-lua/je_lua_embed.h +++ b/src/libjin-lua/je_lua_embed.h @@ -20,9 +20,10 @@ namespace JinEngine #include "scripts/utils/xml.lua.h" #include "scripts/log.lua.h" #include "scripts/tiledmap/tiledmap.lua.h" + #include "scripts/physics/physics.lua.h" #include "scripts/app.lua.h" - + // Embed structure. struct jin_Embed { @@ -42,6 +43,7 @@ namespace JinEngine { "json.lua", json_lua }, { "xml.lua", xml_lua }, { "tiledmap.lua", tiledmap_lua }, + { "physics.lua", physics_lua }, // { "log.lua", log_lua }, { 0, 0 } -- cgit v1.1-26-g67d0