From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/libjin/core/core.h | 4 ++-- src/libjin/core/game.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libjin/core') diff --git a/src/libjin/core/core.h b/src/libjin/core/core.h index dd902b4..4b4df8f 100644 --- a/src/libjin/core/core.h +++ b/src/libjin/core/core.h @@ -1,5 +1,5 @@ -#ifndef __JIN_CORE_H -#define __JIN_CORE_H +#ifndef __LIBJIN_CORE_H +#define __LIBJIN_CORE_H #include "game.h" diff --git a/src/libjin/core/game.h b/src/libjin/core/game.h index 31f32d8..725c62c 100644 --- a/src/libjin/core/game.h +++ b/src/libjin/core/game.h @@ -1,5 +1,5 @@ -#ifndef __JIN_CORE_GAME_H -#define __JIN_CORE_GAME_H +#ifndef __LIBJIN_CORE_GAME_H +#define __LIBJIN_CORE_GAME_H #include "SDL2/SDL.h" @@ -55,4 +55,4 @@ namespace core } // core } // jin -#endif // __JIN_CORE_GAME_H \ No newline at end of file +#endif // __LIBJIN_CORE_GAME_H -- cgit v1.1-26-g67d0