summaryrefslogtreecommitdiff
path: root/src/q_fireprof.hpp
blob: 587cf6cbf2438e2ce6fcf7bf1369999435172618 (plain)
1
2
3
4
5
6
7
#pragma once

#include "angband.h"

extern void quest_fireproof_building(bool_ *paid, bool_ *recreate);
extern bool_ quest_fireproof_init_hook(int q);
extern bool_ quest_fireproof_describe(FILE *fff);