diff options
author | chai <chaifix@163.com> | 2018-10-25 10:38:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-25 10:38:31 +0800 |
commit | 9aaffab5721e0b2e850d6ffe9cf6c1e1367fc8ca (patch) | |
tree | abae6d9751fc412c0fb55da8d1547021e0ef5fde /src/lua/modules/graphics/je_lua_graphics.cpp | |
parent | 7322a090355af1989d7a1de0de431b6c89844fe2 (diff) |
*修改目录结构,将lua binding独立出来一个工程
Diffstat (limited to 'src/lua/modules/graphics/je_lua_graphics.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_graphics.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/je_lua_graphics.cpp b/src/lua/modules/graphics/je_lua_graphics.cpp index df68957..83ef40b 100644 --- a/src/lua/modules/graphics/je_lua_graphics.cpp +++ b/src/lua/modules/graphics/je_lua_graphics.cpp @@ -9,8 +9,7 @@ using namespace std; using namespace JinEngine; using namespace JinEngine::Graphics; -using JinEngine::Filesystem::AssetDatabase; -using JinEngine::Filesystem::Buffer; +using namespace JinEngine::Filesystem; namespace JinEngine { |