summaryrefslogtreecommitdiff
path: root/src/q_fireprof.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commitfdb532aec5234db77a9111d219f8a870d660c4fc (patch)
treea997c53b956dfdadc09b22967c0afe9d348fd2c2 /src/q_fireprof.hpp
parent6a35e3de332df186eab39c3b67506882409a3ca2 (diff)
Change away from bool_ for hooks
Diffstat (limited to 'src/q_fireprof.hpp')
-rw-r--r--src/q_fireprof.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_fireprof.hpp b/src/q_fireprof.hpp
index 39b319e5..361d45ad 100644
--- a/src/q_fireprof.hpp
+++ b/src/q_fireprof.hpp
@@ -5,5 +5,5 @@
#include <string>
void quest_fireproof_building(bool_ *paid, bool_ *recreate);
-bool_ quest_fireproof_init_hook();
+void quest_fireproof_init_hook();
std::string quest_fireproof_describe();