summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
new file mode 100644
index 0000000..3d8fe14
--- /dev/null
+++ b/src/input.h
@@ -0,0 +1,7 @@
+#pragma once
+#include "SDL2/SDL.h"
+#include "engine.h"
+
+void input_handle(struct engine* engine);
+pthread_t input_init(struct engine* engine);
+void input_join(pthread_t thread, struct engine* engine);