summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
commit677385ffdd1e330cfba4dd712ca58595feeea41d (patch)
treed256c7c6a86b3efe4af2e97fa72cc35eb32ec33e /menu.h
downloadfx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.tar.gz
fx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.zip
initial commit
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/menu.h b/menu.h
new file mode 100644
index 0000000..7ee7cd6
--- /dev/null
+++ b/menu.h
@@ -0,0 +1,6 @@
+#ifndef _MENU_H
+#define _MENU_H_
+
+void openmenu(void);
+
+#endif \ No newline at end of file