diff options
Diffstat (limited to 'src/lua/modules/graphics/ttf.cpp')
-rw-r--r-- | src/lua/modules/graphics/ttf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/ttf.cpp b/src/lua/modules/graphics/ttf.cpp index 5eb536e..414c7eb 100644 --- a/src/lua/modules/graphics/ttf.cpp +++ b/src/lua/modules/graphics/ttf.cpp @@ -69,5 +69,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file |