diff options
author | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
commit | 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 (patch) | |
tree | f4740d59b561163b260f2f29467cfffdd92c4d9e /src/libjin/Graphics/Drawable.h | |
parent | 36f7e3e5542f3cfee11b34ce497fcb877b3462bf (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Drawable.h')
-rw-r--r-- | src/libjin/Graphics/Drawable.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/Drawable.h b/src/libjin/Graphics/Drawable.h index 8bc528e..bd5dfc5 100644 --- a/src/libjin/Graphics/Drawable.h +++ b/src/libjin/Graphics/Drawable.h @@ -1,7 +1,7 @@ -#ifndef __JIN_DRAWABLE -#define __JIN_DRAWABLE +#ifndef __LIBJIN_DRAWABLE +#define __LIBJIN_DRAWABLE #include "../modules.h" -#if JIN_MODULES_RENDER +#if LIBJIN_MODULES_RENDER #include "../math/Vector2.hpp" #include "../3rdparty/GLee/GLee.h" @@ -38,5 +38,5 @@ namespace graphics } // render } // jin -#endif // JIN_MODULES_RENDER -#endif // __JIN_DRAWABLE
\ No newline at end of file +#endif // LIBJIN_MODULES_RENDER +#endif // __LIBJIN_DRAWABLE
\ No newline at end of file |