diff options
author | chai <chaifix@163.com> | 2018-08-14 15:04:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-14 15:04:37 +0800 |
commit | 0d26ed3a45f53fdbd7731b5f2a4d88edef201e44 (patch) | |
tree | d6dd15a7ac5ca71600046511490d13195ef0b8d4 /src | |
parent | 5c9af043503f92852a1a765b6ecfbc1aea24d2e9 (diff) |
*update
Diffstat (limited to 'src')
-rw-r--r-- | src/lua/graphics/Canvas.cpp | 6 | ||||
-rw-r--r-- | src/lua/graphics/Canvas.h | 2 | ||||
-rw-r--r-- | src/lua/graphics/Color.h | 2 | ||||
-rw-r--r-- | src/lua/graphics/Font.h | 2 | ||||
-rw-r--r-- | src/lua/graphics/Image.cpp | 6 | ||||
-rw-r--r-- | src/lua/graphics/Image.h | 2 | ||||
-rw-r--r-- | src/lua/graphics/JSL.cpp | 7 | ||||
-rw-r--r-- | src/lua/graphics/JSL.h | 2 |
8 files changed, 15 insertions, 14 deletions
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 |