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_page.cpp | |
parent | 7322a090355af1989d7a1de0de431b6c89844fe2 (diff) |
*修改目录结构,将lua binding独立出来一个工程
Diffstat (limited to 'src/lua/modules/graphics/je_lua_page.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_page.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/je_lua_page.cpp b/src/lua/modules/graphics/je_lua_page.cpp index 2505ec5..7f3d1c8 100644 --- a/src/lua/modules/graphics/je_lua_page.cpp +++ b/src/lua/modules/graphics/je_lua_page.cpp @@ -5,13 +5,13 @@ #include <iostream> +using namespace JinEngine::Graphics; + namespace JinEngine { namespace Lua { - using namespace JinEngine::Graphics; - typedef Ref<Font>& FontRef; Page* getPage(lua_State* L) |