aboutsummaryrefslogtreecommitdiff
path: root/src/script/joypad/joypad.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-18 14:39:38 +0800
committerchai <chaifix@163.com>2018-05-18 14:39:38 +0800
commit1b773ad2c250e09c09c065eb3eec64bfebde09ca (patch)
treeb3f1f367694d5f86cc0caa7f4eea2e6a1d3424c5 /src/script/joypad/joypad.h
parent91a592da979827b1735901388dba8712e6e3ecf3 (diff)
修改userdata创建方式
Diffstat (limited to 'src/script/joypad/joypad.h')
-rw-r--r--src/script/joypad/joypad.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/script/joypad/joypad.h b/src/script/joypad/joypad.h
new file mode 100644
index 0000000..e8d309b
--- /dev/null
+++ b/src/script/joypad/joypad.h
@@ -0,0 +1,14 @@
+#ifndef __JIN_JOYPAD_H
+#define __JIN_JOYPAD_H
+
+namespace jin
+{
+namespace input
+{
+
+
+
+}
+}
+
+#endif \ No newline at end of file