From d033400614e7e2c0ff49e5100c81e937e5818e74 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 28 Jul 2018 13:47:51 +0800 Subject: *update --- src/libjin/input/keyboard.h | 4 +++- src/libjin/input/mouse.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/libjin/input') diff --git a/src/libjin/input/keyboard.h b/src/libjin/input/keyboard.h index bbb6456..3e78ab1 100644 --- a/src/libjin/input/keyboard.h +++ b/src/libjin/input/keyboard.h @@ -1,5 +1,6 @@ #ifndef __JIN_KEYBOARD_H #define __JIN_KEYBOARD_H + namespace jin { namespace input @@ -10,4 +11,5 @@ namespace input }; } } -#endif \ No newline at end of file + +#endif // __JIN_KEYBOARD_H \ No newline at end of file diff --git a/src/libjin/input/mouse.h b/src/libjin/input/mouse.h index cb70407..5fc6b47 100644 --- a/src/libjin/input/mouse.h +++ b/src/libjin/input/mouse.h @@ -3,7 +3,7 @@ #include "../modules.h" #ifdef JIN_MODULES_INPUT -#include "../Common/Singleton.h" +#include "../Common/Singleton.hpp" namespace jin { -- cgit v1.1-26-g67d0