diff options
author | chai <chaifix@163.com> | 2018-10-15 19:43:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-15 19:43:01 +0800 |
commit | f3ee4be63e1c78c6f09fcb994b124533b1e5d3c1 (patch) | |
tree | 4dc9579b101de66b97ea0b5706f1d64f84b4f666 /src/libjin/Graphics/Texture.h | |
parent | bd3c1f268d959d351631b51d32d9912370144ddd (diff) |
*更新图形模块
Diffstat (limited to 'src/libjin/Graphics/Texture.h')
-rw-r--r-- | src/libjin/Graphics/Texture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h index 8498666..1704ee7 100644 --- a/src/libjin/Graphics/Texture.h +++ b/src/libjin/Graphics/Texture.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_IMAGE_H -#define __LIBJIN_IMAGE_H +#ifndef __LIBJIN_TEXTURE_H +#define __LIBJIN_TEXTURE_H #include "../jin_configuration.h" #if LIBJIN_MODULES_RENDER @@ -28,4 +28,4 @@ namespace graphics } // jin #endif // LIBJIN_MODULES_RENDER -#endif // __LIBJIN_IMAGE_H
\ No newline at end of file +#endif // __LIBJIN_TEXTURE_H
\ No newline at end of file |