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

#include "h-basic.h"

#include <string>

bool_ quest_library_init_hook();
std::string quest_library_describe();
void quest_library_building(bool_ *paid, bool_ *recreate);
void initialize_bookable_spells();