summaryrefslogtreecommitdiff
path: root/src/q_hobbit.h
blob: 6295ae1083b0cfeb4a8d0c81b7c5b86e5d4396cf (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_hobbit_init_hook(int q_idx);

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