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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/q_library.hpp b/src/q_library.hpp
index 266accc3..3555c580 100644
--- a/src/q_library.hpp
+++ b/src/q_library.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
#include <string>
void quest_library_init_hook();
std::string quest_library_describe();
-void quest_library_building(bool_ *paid, bool_ *recreate);
+void quest_library_building(bool *paid, bool *recreate);
void initialize_bookable_spells();