From f498e18ca748427db1de1bf0301df5113e4f5ba2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 22 Mar 2015 14:23:30 +0100 Subject: Rename q_*.h headers to *.hpp and remove "extern C" wrappers --- src/q_bounty.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/q_bounty.hpp (limited to 'src/q_bounty.hpp') diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp new file mode 100644 index 00000000..869dfc3e --- /dev/null +++ b/src/q_bounty.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include "angband.h" + +extern bool_ quest_bounty_init_hook(int q_idx); +extern bool_ quest_bounty_drop_item(); +extern bool_ quest_bounty_get_item(); +extern bool_ quest_bounty_describe(FILE *fff); -- cgit v1.2.3