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 10d2818..9195e48 100644 --- a/src/libjin/Graphics/je_color.h +++ b/src/libjin/Graphics/je_color.h @@ -1,8 +1,8 @@ /** * Some color operating here. */ -#ifndef __JE_COLOR_H -#define __JE_COLOR_H +#ifndef __JE_COLOR_H__ +#define __JE_COLOR_H__ #include "../core/je_configuration.h" #if defined(jin_graphics) @@ -111,4 +111,4 @@ namespace JinEngine #endif // jin_graphics -#endif // __JE_COLOR_H
\ No newline at end of file +#endif // __JE_COLOR_H__
\ No newline at end of file |