summaryrefslogtreecommitdiff
path: root/src/q_library.hpp
blob: a7a35666df54c3c39d2a9c4b844c75e9da808be2 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "angband.h"

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();