summaryrefslogtreecommitdiff
path: root/src/q_bounty.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_bounty.hpp
parent6a35e3de332df186eab39c3b67506882409a3ca2 (diff)
Change away from bool_ for hooks
Diffstat (limited to 'src/q_bounty.hpp')
-rw-r--r--src/q_bounty.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
index e4ebe084..fe9742ef 100644
--- a/src/q_bounty.hpp
+++ b/src/q_bounty.hpp
@@ -4,7 +4,7 @@
#include <string>
-bool_ quest_bounty_init_hook();
+void quest_bounty_init_hook();
bool_ quest_bounty_drop_item();
bool_ quest_bounty_get_item();
std::string quest_bounty_describe();