summaryrefslogtreecommitdiffstats
path: root/keypad.h
diff options
context:
space:
mode:
authorroot <root@nolonger-other.tetra.james.local>2020-10-26 22:55:18 +0000
committerfishsoupisgood <github@madingley.org>2020-10-26 23:04:50 +0000
commitb11ae5cf86000bfce35b6ec511014d8f6b04416e (patch)
treed4f4caf8ecb8b14e62858d46d781af6886eb1b73 /keypad.h
parent62bc1af6c6a1201db551e1ec523e757415464fd5 (diff)
downloadgalaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.tar.gz
galaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.tar.bz2
galaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.zip
add keypad
Diffstat (limited to 'keypad.h')
-rw-r--r--keypad.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keypad.h b/keypad.h
new file mode 100644
index 0000000..c14e2f9
--- /dev/null
+++ b/keypad.h
@@ -0,0 +1,4 @@
+#ifndef _keypad_h_
+#define _keypad_h_
+extern int gd_keypad(int);
+#endif /* _keypad_h_ */