aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lua/graphics/Canvas.cpp6
-rw-r--r--src/lua/graphics/Canvas.h2
-rw-r--r--src/lua/graphics/Color.h2
-rw-r--r--src/lua/graphics/Font.h2
-rw-r--r--src/lua/graphics/Image.cpp6
-rw-r--r--src/lua/graphics/Image.h2
-rw-r--r--src/lua/graphics/JSL.cpp7
-rw-r--r--src/lua/graphics/JSL.h2
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