diff options
Diffstat (limited to 'src/lua/modules/graphics')
-rw-r--r-- | src/lua/modules/graphics/bitmap.cpp | 2 | ||||
-rw-r--r-- | src/lua/modules/graphics/canvas.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/page.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/shader.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/text.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/texture_font.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/ttf.cpp | 4 | ||||
-rw-r--r-- | src/lua/modules/graphics/ttfData.cpp | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/src/lua/modules/graphics/bitmap.cpp b/src/lua/modules/graphics/bitmap.cpp index 30ac807..13517f9 100644 --- a/src/lua/modules/graphics/bitmap.cpp +++ b/src/lua/modules/graphics/bitmap.cpp @@ -110,4 +110,4 @@ namespace JinEngine } } // graphics -} // JinEngine
\ No newline at end of file +} // namespace JinEngine
\ No newline at end of file diff --git a/src/lua/modules/graphics/canvas.cpp b/src/lua/modules/graphics/canvas.cpp index 506d782..79e7282 100644 --- a/src/lua/modules/graphics/canvas.cpp +++ b/src/lua/modules/graphics/canvas.cpp @@ -71,5 +71,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file diff --git a/src/lua/modules/graphics/page.cpp b/src/lua/modules/graphics/page.cpp index d135ac0..8c9e918 100644 --- a/src/lua/modules/graphics/page.cpp +++ b/src/lua/modules/graphics/page.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 diff --git a/src/lua/modules/graphics/shader.cpp b/src/lua/modules/graphics/shader.cpp index d2d0767..d7733d4 100644 --- a/src/lua/modules/graphics/shader.cpp +++ b/src/lua/modules/graphics/shader.cpp @@ -131,5 +131,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file diff --git a/src/lua/modules/graphics/text.cpp b/src/lua/modules/graphics/text.cpp index beefcae..cbc82f1 100644 --- a/src/lua/modules/graphics/text.cpp +++ b/src/lua/modules/graphics/text.cpp @@ -28,5 +28,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file diff --git a/src/lua/modules/graphics/texture_font.cpp b/src/lua/modules/graphics/texture_font.cpp index 0c31ef7..a2e88ba 100644 --- a/src/lua/modules/graphics/texture_font.cpp +++ b/src/lua/modules/graphics/texture_font.cpp @@ -63,5 +63,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file 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 diff --git a/src/lua/modules/graphics/ttfData.cpp b/src/lua/modules/graphics/ttfData.cpp index d7f06fb..43c3613 100644 --- a/src/lua/modules/graphics/ttfData.cpp +++ b/src/lua/modules/graphics/ttfData.cpp @@ -47,5 +47,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file |