File diff r20251:8c2b509af318 → r20252:76a6f1c78ce7
src/station_base.h
Show inline comments
 
@@ -334,6 +334,8 @@ public:
 
	/* virtual */ uint32 GetNewGRFVariable(const ResolverObject *object, byte variable, byte parameter, bool *available) const;
 

	
 
	/* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
 

	
 
	void RunAverages();
 
};
 

	
 
#define FOR_ALL_STATIONS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Station, var)