diff options
Diffstat (limited to 'src/libjin/Graphics/je_color.h')
-rw-r--r-- | src/libjin/Graphics/je_color.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libjin/Graphics/je_color.h b/src/libjin/Graphics/je_color.h index 01484ff..a3c7582 100644 --- a/src/libjin/Graphics/je_color.h +++ b/src/libjin/Graphics/je_color.h @@ -4,7 +4,7 @@ #ifndef __JE_COLOR_H #define __JE_COLOR_H #include "../core/je_configuration.h" -#if LIBJIN_MODULES_RENDER +#if defined(jin_graphics) #include "../utils/je_endian.h" @@ -18,8 +18,8 @@ namespace JinEngine class Color { public: - /* Built-in Colors */ - static const Color WHITE; + // Built-in colors + static const Color WHITE; static const Color BLACK; static const Color RED; static const Color GREEN; @@ -81,5 +81,6 @@ namespace JinEngine } // namespace Graphics } // namespace JinEngine -#endif // LIBJIN_MODULES_RENDER +#endif // jin_graphics + #endif // __JE_COLOR_H
\ No newline at end of file |