diff options
Diffstat (limited to 'Source/modules/asura-core/Input/JoystickState.h')
-rw-r--r-- | Source/modules/asura-core/Input/JoystickState.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/modules/asura-core/Input/JoystickState.h b/Source/modules/asura-core/Input/JoystickState.h new file mode 100644 index 0000000..e97e235 --- /dev/null +++ b/Source/modules/asura-core/Input/JoystickState.h @@ -0,0 +1,16 @@ +#ifndef _ASURA_JOYSTICKSTATE_H_ +#define _ASURA_JOYSTICKSTATE_H_ + +#include <asura-base/Classes.h> + +namespace_begin(AsuraEngine) +namespace_begin(Input) + +class JoystickState {}; + + +namespace_end +namespace_end + +#endif + |