diff options
author | chai <chaifix@163.com> | 2018-12-23 01:06:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-23 01:06:46 +0800 |
commit | 5b8b5c95589e615afda3f0d67db612b64297c2a0 (patch) | |
tree | 976de20f8a317c1dfb07ed1914ff8bebc4242005 /src/libjin-lua/je_lua_embed.h | |
parent | 6afaad9b9490d4b70a0bea4a8289cc637194abc7 (diff) |
*shader and time
Diffstat (limited to 'src/libjin-lua/je_lua_embed.h')
-rw-r--r-- | src/libjin-lua/je_lua_embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libjin-lua/je_lua_embed.h b/src/libjin-lua/je_lua_embed.h index cf4eec1..f99ff35 100644 --- a/src/libjin-lua/je_lua_embed.h +++ b/src/libjin-lua/je_lua_embed.h @@ -15,6 +15,7 @@ namespace JinEngine #include "scripts/keyboard/keyboard.lua.h" #include "scripts/mouse/mouse.lua.h" #include "scripts/path/path.lua.h" + #include "scripts/time/time.lua.h" #include "scripts/app.lua.h" // Embed structure. @@ -32,6 +33,7 @@ namespace JinEngine { "mouse.lua", mouse_lua }, { "graphics.lua", graphics_lua }, { "path.lua", path_lua }, + { "time.lua", time_lua }, { 0, 0 } }; |