diff options
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 |