From 0d26ed3a45f53fdbd7731b5f2a4d88edef201e44 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 14 Aug 2018 15:04:37 +0800 Subject: *update --- src/lua/graphics/Canvas.cpp | 6 +++--- src/lua/graphics/Canvas.h | 2 +- src/lua/graphics/Color.h | 2 +- src/lua/graphics/Font.h | 2 +- src/lua/graphics/Image.cpp | 6 +++--- src/lua/graphics/Image.h | 2 +- src/lua/graphics/JSL.cpp | 7 ++++--- src/lua/graphics/JSL.h | 2 +- 8 files changed, 15 insertions(+), 14 deletions(-) (limited to 'src/lua/graphics') diff --git a/src/lua/graphics/Canvas.cpp b/src/lua/graphics/Canvas.cpp index c4918f0..1714e77 100644 --- a/src/lua/graphics/Canvas.cpp +++ b/src/lua/graphics/Canvas.cpp @@ -19,6 +19,6 @@ namespace graphics jin::graphics::Canvas::unbind(); } -} -} -} \ No newline at end of file +} // graphics +} // lua +} // jin \ No newline at end of file diff --git a/src/lua/graphics/Canvas.h b/src/lua/graphics/Canvas.h index d80ff79..d2c9287 100644 --- a/src/lua/graphics/Canvas.h +++ b/src/lua/graphics/Canvas.h @@ -56,4 +56,4 @@ namespace graphics } // lua } // jin -#endif \ No newline at end of file +#endif // __JIN_LUA_GRAPHICS_CANVAS_H \ No newline at end of file diff --git a/src/lua/graphics/Color.h b/src/lua/graphics/Color.h index 3621329..4110bc4 100644 --- a/src/lua/graphics/Color.h +++ b/src/lua/graphics/Color.h @@ -16,4 +16,4 @@ namespace graphics } // lua } // jin -#endif \ No newline at end of file +#endif // __JIN_LUA_GRAPHICS_COLOR_H \ No newline at end of file diff --git a/src/lua/graphics/Font.h b/src/lua/graphics/Font.h index b3b66a8..3343690 100644 --- a/src/lua/graphics/Font.h +++ b/src/lua/graphics/Font.h @@ -49,4 +49,4 @@ namespace graphics } // lua } // jin -#endif \ No newline at end of file +#endif // __JIN_LUA_GRAPHICS_FONT_H \ No newline at end of file diff --git a/src/lua/graphics/Image.cpp b/src/lua/graphics/Image.cpp index 43a83c4..15c576a 100644 --- a/src/lua/graphics/Image.cpp +++ b/src/lua/graphics/Image.cpp @@ -21,6 +21,6 @@ namespace graphics return image; } -} -} -} \ No newline at end of file +} // graphics +} // lua +} // jin \ No newline at end of file diff --git a/src/lua/graphics/Image.h b/src/lua/graphics/Image.h index 689793a..d96f69d 100644 --- a/src/lua/graphics/Image.h +++ b/src/lua/graphics/Image.h @@ -56,4 +56,4 @@ namespace graphics } // lua } // jin -#endif \ No newline at end of file +#endif // __JIN_LUA_GRAPHICS_IMAGE_H \ No newline at end of file diff --git a/src/lua/graphics/JSL.cpp b/src/lua/graphics/JSL.cpp index 9df19a9..42ec2c8 100644 --- a/src/lua/graphics/JSL.cpp +++ b/src/lua/graphics/JSL.cpp @@ -14,6 +14,7 @@ namespace graphics jslprogram->jslprogram = jin::graphics::JSLProgram::createJSLProgram(program); return jslprogram; } -} -} -} \ No newline at end of file + +} // graphics +} // lua +} // jin \ No newline at end of file diff --git a/src/lua/graphics/JSL.h b/src/lua/graphics/JSL.h index 828fac0..62aa638 100644 --- a/src/lua/graphics/JSL.h +++ b/src/lua/graphics/JSL.h @@ -87,4 +87,4 @@ namespace graphics } // lua } // jin -#endif \ No newline at end of file +#endif // __JIN_LUA_GRAPHICS_JSL_H \ No newline at end of file -- cgit v1.1-26-g67d0