From a24f5572a38caa47a19c1f8a9bcea43d7ed88d1e Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 29 Oct 2018 23:19:19 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/je_color.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/je_color.h') 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 -- cgit v1.1-26-g67d0