summaryrefslogtreecommitdiff
path: root/src/newgrf_house.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_house.h')
-rw-r--r--src/newgrf_house.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/newgrf_house.h b/src/newgrf_house.h
index 513b46094..bdd21b907 100644
--- a/src/newgrf_house.h
+++ b/src/newgrf_house.h
@@ -41,15 +41,7 @@ struct HouseClassMapping {
uint8 class_id; ////< The class id within the grf file
};
-extern HouseIDMapping _house_id_mapping[HOUSE_MAX]; ///< Declared in newgrf_house.cpp
-
-void AddHouseOverride(uint8 local_id, uint house_type);
-void ResetHouseOverrides();
-
-void SetHouseSpec(const HouseSpec *hs);
-
void CheckHouseIDs();
-void ResetHouseIDMapping();
HouseClassID AllocateHouseClassID(byte grf_class_id, uint32 grfid);