summaryrefslogtreecommitdiff
path: root/src/q_evil.h
blob: 8b6739e9a3932502c1108bee4ec984ff3e8fe3ae (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_evil_init_hook(int q_idx);

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