diff options
author | chai <chaifix@163.com> | 2018-09-02 19:26:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-02 19:26:41 +0800 |
commit | 05d1cfb909390de4843ac6932be14520b80c1bcd (patch) | |
tree | d6d2e73b079caad3f18952c964d151388952cb9c /src/lua/modules/core/core.cpp | |
parent | 4f147c08fc5498af393729c5e4a3d91894c97467 (diff) |
*update
Diffstat (limited to 'src/lua/modules/core/core.cpp')
-rw-r--r-- | src/lua/modules/core/core.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lua/modules/core/core.cpp b/src/lua/modules/core/core.cpp index 0243554..4a370db 100644 --- a/src/lua/modules/core/core.cpp +++ b/src/lua/modules/core/core.cpp @@ -5,6 +5,7 @@ namespace jin { namespace lua { + using namespace jin::core; static int l_running(lua_State* L) @@ -40,5 +41,6 @@ namespace lua return 1; } -} -}
\ No newline at end of file + +} // lua +} // jin
\ No newline at end of file |