summaryrefslogtreecommitdiff
path: root/src/q_library.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_library.hpp')
-rw-r--r--src/q_library.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/q_library.hpp b/src/q_library.hpp
new file mode 100644
index 00000000..266accc3
--- /dev/null
+++ b/src/q_library.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "h-basic.h"
+
+#include <string>
+
+void quest_library_init_hook();
+std::string quest_library_describe();
+void quest_library_building(bool_ *paid, bool_ *recreate);
+void initialize_bookable_spells();