diff options
author | chai <chaifix@163.com> | 2018-10-20 10:13:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-20 10:13:31 +0800 |
commit | 58ad98213763348b49d8313675203b287a5442bb (patch) | |
tree | ce3287557048e610c09f7e88417bdeca949a2761 /src/libjin/Graphics/je_texture.h | |
parent | 7d5f055547e70fa93ee9ac944e62f8d657b9dc55 (diff) |
*修改头文件宏
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r-- | src/libjin/Graphics/je_texture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h index 30c5063..a58f1db 100644 --- a/src/libjin/Graphics/je_texture.h +++ b/src/libjin/Graphics/je_texture.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_TEXTURE_H -#define __LIBJIN_TEXTURE_H +#ifndef __JE_TEXTURE_H +#define __JE_TEXTURE_H #include "../core/je_configuration.h" #if defined(jin_graphics) @@ -42,4 +42,4 @@ namespace jin #endif // jin_graphics -#endif // __LIBJIN_TEXTURE_H
\ No newline at end of file +#endif // __JE_TEXTURE_H
\ No newline at end of file |