diff options
author | chai <chaifix@163.com> | 2018-05-18 14:39:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-18 14:39:38 +0800 |
commit | 1b773ad2c250e09c09c065eb3eec64bfebde09ca (patch) | |
tree | b3f1f367694d5f86cc0caa7f4eea2e6a1d3424c5 /src/script/joypad/joypad.h | |
parent | 91a592da979827b1735901388dba8712e6e3ecf3 (diff) |
修改userdata创建方式
Diffstat (limited to 'src/script/joypad/joypad.h')
-rw-r--r-- | src/script/joypad/joypad.h | 14 |
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 |