summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/bldg.cc b/src/bldg.cc
index d4a1d518..dd433323 100644
--- a/src/bldg.cc
+++ b/src/bldg.cc
@@ -13,18 +13,27 @@
* Heavily modified for ToME by DarkGod
*/
-#include "angband.h"
+#include "cave_type.hpp"
#include "cmd3.hpp"
#include "files.hpp"
#include "hooks.hpp"
+#include "hook_quest_finish_in.hpp"
+#include "hook_quest_fail_in.hpp"
+#include "hook_init_quest_in.hpp"
#include "mimic.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "owner_type.hpp"
+#include "player_type.hpp"
#include "q_library.hpp"
#include "q_fireprof.hpp"
#include "q_bounty.hpp"
#include "spells2.hpp"
+#include "stats.hpp"
#include "store.hpp"
+#include "store_action_type.hpp"
+#include "store_info_type.hpp"
+#include "store_type.hpp"
#include "tables.hpp"
#include "util.hpp"
#include "util.h"