summaryrefslogtreecommitdiff
path: root/engine/xe_input.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--engine/xe_input.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/engine/xe_input.hpp b/engine/xe_input.hpp
new file mode 100644
index 0000000..53d9f03
--- /dev/null
+++ b/engine/xe_input.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "xe_window.hpp"
+
+namespace xe {
+
+class XeInput {
+
+ private:
+
+ XeWindow &xeWindow;
+
+};
+
+} \ No newline at end of file