summaryrefslogtreecommitdiff
path: root/Source/modules/asura-core/Input/InputAxis.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-core/Input/InputAxis.h')
-rw-r--r--Source/modules/asura-core/Input/InputAxis.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/modules/asura-core/Input/InputAxis.h b/Source/modules/asura-core/Input/InputAxis.h
new file mode 100644
index 0000000..9f721d7
--- /dev/null
+++ b/Source/modules/asura-core/Input/InputAxis.h
@@ -0,0 +1,15 @@
+#ifndef _ASURA_ENGINE_INPUT_AXIS_H_
+#define _ASURA_ENGINE_INPUT_AXIS_H_
+
+#include <asura-base/Classes.h>
+
+namespace_begin(AsuraEngine)
+namespace_begin(Input)
+
+class InputAxis {};
+
+
+namespace_end
+namespace_end
+
+#endif \ No newline at end of file