aboutsummaryrefslogtreecommitdiff
path: root/keyboard_reader.h
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2019-10-19 15:45:18 -0600
committerCody Hiar <cody@hiar.ca>2019-10-19 15:45:18 -0600
commita76193c684a9ad4f907038172d7bb33694c41a9e (patch)
treeb810f7b62fd0673449669a6ca5d006d185425121 /keyboard_reader.h
Initial commit
Diffstat (limited to 'keyboard_reader.h')
-rw-r--r--keyboard_reader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboard_reader.h b/keyboard_reader.h
new file mode 100644
index 0000000..4eadc37
--- /dev/null
+++ b/keyboard_reader.h
@@ -0,0 +1,6 @@
+#ifndef KEYBOARD_READER_H
+#define KEYBOARD_READER_H
+
+char * get_key();
+
+#endif