summaryrefslogtreecommitdiff
path: root/src/quark.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quark.hpp')
-rw-r--r--src/quark.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quark.hpp b/src/quark.hpp
new file mode 100644
index 00000000..f573ec21
--- /dev/null
+++ b/src/quark.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "h-basic.h"
+
+void quark_init();
+cptr quark_str(s16b num);
+s16b quark_add(cptr str);