summaryrefslogtreecommitdiff
path: root/src/q_poison.h
blob: 73fcd0e5677b249ee07839da3fd624a1dfcb9820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "angband.h"

#ifdef __cplusplus
extern "C" {
#endif

bool_ quest_poison_init_hook(int q_idx);

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