summaryrefslogtreecommitdiff
path: root/src/q_wight.h
blob: 31b588822423dc5b9e200e299b25f3da878a57ae (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_wight_init_hook(int q_idx);

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