aboutsummaryrefslogtreecommitdiff
path: root/src/input/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/keyboard.h')
-rw-r--r--src/input/keyboard.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/input/keyboard.h b/src/input/keyboard.h
new file mode 100644
index 0000000..bbb6456
--- /dev/null
+++ b/src/input/keyboard.h
@@ -0,0 +1,13 @@
+#ifndef __JIN_KEYBOARD_H
+#define __JIN_KEYBOARD_H
+namespace jin
+{
+namespace input
+{
+ class Keyboard
+ {
+
+ };
+}
+}
+#endif \ No newline at end of file