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.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/q_library.hpp b/src/q_library.hpp
index 8150893e..266accc3 100644
--- a/src/q_library.hpp
+++ b/src/q_library.hpp
@@ -2,7 +2,9 @@
#include "h-basic.h"
-bool_ quest_library_init_hook(int q);
-bool_ quest_library_describe(FILE *fff);
+#include <string>
+
+void quest_library_init_hook();
+std::string quest_library_describe();
void quest_library_building(bool_ *paid, bool_ *recreate);
void initialize_bookable_spells();