aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Graphics.h')
-rw-r--r--src/libjin/Graphics/Graphics.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/Graphics.h b/src/libjin/Graphics/Graphics.h
index 9c4ed35..dfd6048 100644
--- a/src/libjin/Graphics/Graphics.h
+++ b/src/libjin/Graphics/Graphics.h
@@ -1,7 +1,7 @@
-#ifndef __JIN_GRAPHICS_H
-#define __JIN_GRAPHICS_H
+#ifndef __LIBJIN_GRAPHICS_H
+#define __LIBJIN_GRAPHICS_H
#include "../modules.h"
-#if JIN_MODULES_RENDER
+#if LIBJIN_MODULES_RENDER
#include "canvas.h"
#include "color.h"
@@ -12,5 +12,5 @@
#include "window.h"
#include "Bitmap.h"
-#endif // JIN_MODULES_RENDER
-#endif // __JIN_GRAPHICS_H \ No newline at end of file
+#endif // LIBJIN_MODULES_RENDER
+#endif // __LIBJIN_GRAPHICS_H \ No newline at end of file