diff options
author | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
commit | a24f5572a38caa47a19c1f8a9bcea43d7ed88d1e (patch) | |
tree | 430d87a9dc4d99f43f5696d95a5e54b4f5916970 /src/libjin/Input/je_mouse.h | |
parent | 1a2d615c0d1cd67a8b5a52595b28b2dfcbfc4186 (diff) |
*修改头
Diffstat (limited to 'src/libjin/Input/je_mouse.h')
-rw-r--r-- | src/libjin/Input/je_mouse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Input/je_mouse.h b/src/libjin/Input/je_mouse.h index 29038ec..3c4ad9b 100644 --- a/src/libjin/Input/je_mouse.h +++ b/src/libjin/Input/je_mouse.h @@ -1,5 +1,5 @@ -#ifndef __JE_MOUSE_H -#define __JE_MOUSE_H +#ifndef __JE_MOUSE_H__ +#define __JE_MOUSE_H__ #include "../core/je_configuration.h" #if defined(jin_input) @@ -46,4 +46,4 @@ namespace JinEngine #endif // defined(jin_input) -#endif // __JE_MOUSE_H
\ No newline at end of file +#endif // __JE_MOUSE_H__ |