summaryrefslogtreecommitdiff
path: root/showmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'showmenu.h')
-rw-r--r--showmenu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/showmenu.h b/showmenu.h
new file mode 100644
index 0000000..118151f
--- /dev/null
+++ b/showmenu.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "global.h"
+
+i64 showmenu(const char *title,...);