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

#include "h-basic.hpp"

#include <string>

void quest_fireproof_building(bool *paid, bool *recreate);
void quest_fireproof_init_hook();
std::string quest_fireproof_describe();