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

#include "h-basic.h"

#include <string>

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