diff options
Diffstat (limited to 'src/libjin/Input/je_keyboard.h')
-rw-r--r-- | src/libjin/Input/je_keyboard.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libjin/Input/je_keyboard.h b/src/libjin/Input/je_keyboard.h new file mode 100644 index 0000000..60f1169 --- /dev/null +++ b/src/libjin/Input/je_keyboard.h @@ -0,0 +1,17 @@ +#ifndef __LIBJIN_KEYBOARD_H +#define __LIBJIN_KEYBOARD_H + +namespace jin +{ + namespace input + { + + class Keyboard + { + + }; + + } // namespace input +} // namespace jin + +#endif // __LIBJIN_KEYBOARD_H
\ No newline at end of file |