summaryrefslogtreecommitdiff
path: root/src/q_bounty.h
blob: c0a4027cef1731a9b24f53c7140af7172400e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "angband.h"

#ifdef __cplusplus
extern "C" {
#endif

/******* Plot Bounty Quest ********/
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);

#ifdef __cplusplus
} // extern "C"
#endif