summaryrefslogtreecommitdiff
path: root/src/q_bounty.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_bounty.hpp')
-rw-r--r--src/q_bounty.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
index 960a391b..e4ebe084 100644
--- a/src/q_bounty.hpp
+++ b/src/q_bounty.hpp
@@ -4,7 +4,7 @@
#include <string>
-extern bool_ quest_bounty_init_hook();
-extern bool_ quest_bounty_drop_item();
-extern bool_ quest_bounty_get_item();
-extern std::string quest_bounty_describe();
+bool_ quest_bounty_init_hook();
+bool_ quest_bounty_drop_item();
+bool_ quest_bounty_get_item();
+std::string quest_bounty_describe();