summaryrefslogtreecommitdiffhomepage
path: root/src/rinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rinput.h')
-rw-r--r--src/rinput.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/rinput.h b/src/rinput.h
new file mode 100644
index 0000000..4048a2c
--- /dev/null
+++ b/src/rinput.h
@@ -0,0 +1,13 @@
+#ifndef INC_RINPUT_H
+#define INC_RINPUT_H
+#ifdef _WIN32
+
+#include <stdbool.h>
+
+bool rinput_init(void);
+void rinput_end(void);
+
+#endif
+#endif
+
+// vi: sw=4 ts=4 noet tw=80 cc=80