diff options
Diffstat (limited to 'src/lua/graphics')
-rw-r--r-- | src/lua/graphics/luaopen_graphics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/graphics/luaopen_graphics.cpp b/src/lua/graphics/luaopen_graphics.cpp index f0bae67..5cd0c8d 100644 --- a/src/lua/graphics/luaopen_graphics.cpp +++ b/src/lua/graphics/luaopen_graphics.cpp @@ -7,8 +7,8 @@ namespace jin { namespace lua { - using namespace render; - using namespace fs; + using namespace jin::render; + using namespace jin::filesystem; /** * jin.graphics context, storge some module |