diff options
author | chai <chaifix@163.com> | 2019-01-07 09:54:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-07 09:54:08 +0800 |
commit | 2af7f2f5e3da8f6c236e7996781950e1bc6c1f9c (patch) | |
tree | f6a8a9618e146c93e4d4d964a6e13cd16f528693 /src/libjin-lua/je_lua_jin.cpp | |
parent | 909e544ed322b28a6f59febf3213e05068e9e93c (diff) | |
parent | da056982e50bdd9cb9f944691cc88ca98b053b77 (diff) |
Merge branch 'master' of warmcat.org:/home/git-repo/Jin
Diffstat (limited to 'src/libjin-lua/je_lua_jin.cpp')
-rw-r--r-- | src/libjin-lua/je_lua_jin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libjin-lua/je_lua_jin.cpp b/src/libjin-lua/je_lua_jin.cpp index debd79e..256e081 100644 --- a/src/libjin-lua/je_lua_jin.cpp +++ b/src/libjin-lua/je_lua_jin.cpp @@ -111,6 +111,7 @@ namespace JinEngine #include "scripts/log.lua.h" #include "scripts/tiledmap/tiledmap.lua.h" #include "scripts/physics/physics.lua.h" + #include "scripts/audio/audio.lua.h" #include "scripts/app.lua.h" @@ -128,6 +129,7 @@ namespace JinEngine { "xml.lua", xml_lua }, { "tiledmap.lua", tiledmap_lua }, { "physics.lua", physics_lua }, + { "audio.lua", audio_lua }, // { "log.lua", log_lua }, { 0, 0 } |