summaryrefslogtreecommitdiff
path: root/src/q_haunted.h
blob: 332ec199a4d75e0bb275032bda72256ecd8a22fe (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_haunted_init_hook(int q_idx);

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