diff options
Diffstat (limited to 'src/libjin/Graphics/je_color.h')
-rw-r--r-- | src/libjin/Graphics/je_color.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/je_color.h b/src/libjin/Graphics/je_color.h index b13d882..675d25e 100644 --- a/src/libjin/Graphics/je_color.h +++ b/src/libjin/Graphics/je_color.h @@ -1,8 +1,8 @@ /** * Some color operating here. */ -#ifndef __LIBJIN_COLOR_H -#define __LIBJIN_COLOR_H +#ifndef __JE_COLOR_H +#define __JE_COLOR_H #include "../core/je_configuration.h" #if LIBJIN_MODULES_RENDER @@ -82,4 +82,4 @@ namespace jin } // namespace jin #endif // LIBJIN_MODULES_RENDER -#endif // __LIBJIN_COLOR_H
\ No newline at end of file +#endif // __JE_COLOR_H
\ No newline at end of file |