File diff r14617:676e63ed96f4 → r14618:a194334b4a3a
src/station_base.h
Show inline comments
 
@@ -11,12 +11,13 @@
 

	
 
#ifndef STATION_BASE_H
 
#define STATION_BASE_H
 

	
 
#include "base_station_base.h"
 
#include "airport.h"
 
#include "newgrf_airport.h"
 
#include "cargopacket.h"
 
#include "industry_type.h"
 

	
 
typedef Pool<BaseStation, StationID, 32, 64000> StationPool;
 
extern StationPool _station_pool;