aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Canvas.h')
-rw-r--r--src/libjin/Graphics/Canvas.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/Canvas.h b/src/libjin/Graphics/Canvas.h
index 508562d..ec94d28 100644
--- a/src/libjin/Graphics/Canvas.h
+++ b/src/libjin/Graphics/Canvas.h
@@ -1,7 +1,7 @@
-#ifndef __JIN_CANVAS_H
-#define __JIN_CANVAS_H
+#ifndef __LIBJIN_CANVAS_H
+#define __LIBJIN_CANVAS_H
#include "../modules.h"
-#if JIN_MODULES_RENDER
+#if LIBJIN_MODULES_RENDER
#include "drawable.h"
namespace jin
@@ -30,5 +30,5 @@ namespace graphics
} // render
} // jin
-#endif // JIN_MODULES_RENDER
-#endif // __JIN_CANVAS_H \ No newline at end of file
+#endif // LIBJIN_MODULES_RENDER
+#endif // __LIBJIN_CANVAS_H