summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/JoystickState.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/Input/JoystickState.h')
-rw-r--r--source/modules/asura-core/Input/JoystickState.h16
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
index e69de29..42d0a79 100644
--- a/source/modules/asura-core/Input/JoystickState.h
+++ b/source/modules/asura-core/Input/JoystickState.h
@@ -0,0 +1,16 @@
+#ifndef _ASURA_JOYSTICKSTATE_H_
+#define _ASURA_JOYSTICKSTATE_H_
+
+#include <asura-utils/Classes.h>
+
+namespace_begin(AsuraEngine)
+namespace_begin(Input)
+
+class JoystickState {};
+
+
+namespace_end
+namespace_end
+
+#endif
+