diff options
author | chai <chaifix@163.com> | 2018-10-20 16:30:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-20 16:30:20 +0800 |
commit | 3292019e55dd02a96420e72bad88711fd36ef249 (patch) | |
tree | 71c40787654d5219033e095e3cc054eee0cadeef /src/lua/modules/graphics | |
parent | cf68d9f46da1cf20503a7d738da1f43de916004d (diff) |
*注释
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 |