summaryrefslogtreecommitdiff
path: root/src/q_god.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_god.hpp
parent6a35e3de332df186eab39c3b67506882409a3ca2 (diff)
Change away from bool_ for hooks
Diffstat (limited to 'src/q_god.hpp')
-rw-r--r--src/q_god.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_god.hpp b/src/q_god.hpp
index 9feef832..839d4eaa 100644
--- a/src/q_god.hpp
+++ b/src/q_god.hpp
@@ -5,4 +5,4 @@
#include <string>
std::string quest_god_describe();
-bool_ quest_god_init_hook();
+void quest_god_init_hook();