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_canvas.h | |
parent | 7d5f055547e70fa93ee9ac944e62f8d657b9dc55 (diff) |
*修改头文件宏
Diffstat (limited to 'src/libjin/Graphics/je_canvas.h')
-rw-r--r-- | src/libjin/Graphics/je_canvas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/je_canvas.h b/src/libjin/Graphics/je_canvas.h index 12611d9..5a44e87 100644 --- a/src/libjin/Graphics/je_canvas.h +++ b/src/libjin/Graphics/je_canvas.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_CANVAS_H -#define __LIBJIN_CANVAS_H +#ifndef __JE_CANVAS_H +#define __JE_CANVAS_H #include "../core/je_configuration.h" #if LIBJIN_MODULES_RENDER @@ -63,4 +63,4 @@ namespace jin } // namespace jin #endif // LIBJIN_MODULES_RENDER -#endif // __LIBJIN_CANVAS_H
\ No newline at end of file +#endif // __JE_CANVAS_H
\ No newline at end of file |