diff options
Diffstat (limited to 'src/libjin/Graphics/Shapes.h')
-rw-r--r-- | src/libjin/Graphics/Shapes.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/Shapes.h b/src/libjin/Graphics/Shapes.h index 204339f..dc9f272 100644 --- a/src/libjin/Graphics/Shapes.h +++ b/src/libjin/Graphics/Shapes.h @@ -1,7 +1,7 @@ -#ifndef __JIN_GEOMETRY_H -#define __JIN_GEOMETRY_H +#ifndef __LIBJIN_GEOMETRY_H +#define __LIBJIN_GEOMETRY_H #include "../modules.h" -#if JIN_MODULES_RENDER +#if LIBJIN_MODULES_RENDER #include "color.h" #include "canvas.h" @@ -33,5 +33,5 @@ namespace graphics } // graphics } // jin -#endif // JIN_MODULES_RENDER -#endif // __JIN_GEOMETRY_H
\ No newline at end of file +#endif // LIBJIN_MODULES_RENDER +#endif // __LIBJIN_GEOMETRY_H
\ No newline at end of file |