aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Input/Input.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-27 00:01:34 +0800
committerchai <chaifix@163.com>2018-07-27 00:01:34 +0800
commitb855ebb91ad8d97617ec1aa418b4add84670a07d (patch)
treeb11847a1879a2582c9cfd380074ad4c70f17a1a8 /src/libjin/Input/Input.h
parent1a882936e91826e4d69584745e16a79650272015 (diff)
*change name
Diffstat (limited to 'src/libjin/Input/Input.h')
-rw-r--r--src/libjin/Input/Input.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libjin/Input/Input.h b/src/libjin/Input/Input.h
new file mode 100644
index 0000000..217edd2
--- /dev/null
+++ b/src/libjin/Input/Input.h
@@ -0,0 +1,8 @@
+#ifndef __JIN_INPUT_H
+#define __JIN_INPUT_H
+
+#include "event.h"
+#include "keyboard.h"
+#include "mouse.h"
+
+#endif \ No newline at end of file