diff options
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__ |