File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/newgrf_house.cpp
Show inline comments
 
@@ -8,26 +8,27 @@
 
#include "debug.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "town.h"
 
#include "town_map.h"
 
#include "sprite.h"
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include "table/town_land.h"
 
#include "newgrf.h"
 
#include "newgrf_house.h"
 
#include "newgrf_spritegroup.h"
 
#include "newgrf_callbacks.h"
 
#include "newgrf_town.h"
 
#include "newgrf_sound.h"
 
#include "newgrf_commons.h"
 
#include "transparency.h"
 
#include "functions.h"
 
#include "player_func.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include "table/town_land.h"
 

	
 
static BuildingCounts    _building_counts;
 
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];
 

	
 
HouseOverrideManager _house_mngr(NEW_HOUSE_OFFSET, HOUSE_MAX, INVALID_HOUSE_ID);
 

	
 
void CheckHouseIDs()