summaryrefslogtreecommitdiff
path: root/showmenu.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-18 22:16:55 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-18 22:16:55 +0100
commit6b260962eef4caa486ceee9a60b61c67269025c6 (patch)
treedacf3dfd87d440f998eab8e486996e12132aef01 /showmenu.h
Initial
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,...);