From 05d1cfb909390de4843ac6932be14520b80c1bcd Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 2 Sep 2018 19:26:41 +0800 Subject: *update --- src/lua/modules/core/core.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lua/modules/core/core.cpp') 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 -- cgit v1.1-26-g67d0