diff options
Diffstat (limited to 'src/libjin/Graphics/Shapes.cpp')
-rw-r--r-- | src/libjin/Graphics/Shapes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Shapes.cpp b/src/libjin/Graphics/Shapes.cpp index b2ef3f8..4601375 100644 --- a/src/libjin/Graphics/Shapes.cpp +++ b/src/libjin/Graphics/Shapes.cpp @@ -1,5 +1,5 @@ #include "../modules.h" -#if JIN_MODULES_RENDER +#if LIBJIN_MODULES_RENDER #include "Shapes.h" #include "../math/matrix.h" @@ -119,4 +119,4 @@ namespace graphics } // graphics } // jin -#endif // JIN_MODULES_RENDER
\ No newline at end of file +#endif // LIBJIN_MODULES_RENDER
\ No newline at end of file |