summaryrefslogtreecommitdiff
path: root/src/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.hpp')
-rw-r--r--src/util.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util.hpp b/src/util.hpp
new file mode 100644
index 00000000..a8f892db
--- /dev/null
+++ b/src/util.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+
+#include <vector>
+#include <string>
+
+int ask_menu(cptr ask, const std::vector<std::string> &items);