summaryrefslogtreecommitdiff
path: root/src/q_wolves.h
blob: f006716f6255bef7be5f0cb3dbcf33a089b69281 (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_wolves_init_hook(int q_idx);

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