File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/town.h
Show inline comments
 
@@ -8,12 +8,13 @@
 
/** @file town.h Base of the town class. */
 

	
 
#ifndef TOWN_H
 
#define TOWN_H
 

	
 
#include "viewport_type.h"
 
#include "date_type.h"
 
#include "town_map.h"
 
#include "subsidy_type.h"
 
#include "newgrf_storage.h"
 
#include "cargotype.h"
 
#include <list>