summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commitc8a270e51dc22f39ed048ab1cc609e6e456df58f (patch)
tree6d6a7d2338abdbecbb1351e2c9cbf9b08b42b6bc /src/bldg.cc
parentdcb193fabc7af4776bdf0d31045f6801fa18000e (diff)
Split types.h into separate header for each type
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"