summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/input.h')
-rw-r--r--include/rodeo/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/input.h b/include/rodeo/input.h
index dac70e9..db41633 100644
--- a/include/rodeo/input.h
+++ b/include/rodeo/input.h
@@ -3,6 +3,12 @@
// public
#include "rodeo/input_t.h"
+void
+rodeo_input_init(void);
+
+void
+rodeo_input_deinit(void);
+
bool
rodeo_input_poll(void);