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

#include "h-basic.h"
#include "store_action_type_fwd.hpp"
#include "store_type_fwd.hpp"

extern bool_ bldg_process_command(store_type const *s_ptr, store_action_type const *action);
extern void show_building(store_type const *s_ptr);
extern bool_ is_state(store_type const *s_ptr, int state);
extern void enter_quest(void);