summaryrefslogtreecommitdiff
path: root/src/q_library.h
blob: 0ba029706a719c1548f03c3b1240f7b74cfd9f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "angband.h"

#ifdef __cplusplus
extern "C" {
#endif

bool_ quest_library_init_hook(int q);
bool_ quest_library_describe(FILE *fff);
void quest_library_building(bool_ *paid, bool_ *recreate);
void initialize_bookable_spells();

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