src/station.h
branchnoai
changeset 9626 79f2b5a0cdd7
parent 9624 b71483f2330f
child 9629 66dde6412125
equal deleted inserted replaced
9625:3301b1b3889c 9626:79f2b5a0cdd7
   180 	void* operator new (size_t size, int st_idx);
   180 	void* operator new (size_t size, int st_idx);
   181 	void operator delete(void *p, int st_idx);
   181 	void operator delete(void *p, int st_idx);
   182 
   182 
   183 	void AddFacility(byte new_facility_bit, TileIndex facil_xy);
   183 	void AddFacility(byte new_facility_bit, TileIndex facil_xy);
   184 	void MarkDirty() const;
   184 	void MarkDirty() const;
   185 	void MarkTilesDirty() const;
   185 	void MarkTilesDirty(bool cargo_change) const;
   186 	bool TileBelongsToRailStation(TileIndex tile) const;
   186 	bool TileBelongsToRailStation(TileIndex tile) const;
   187 	uint GetPlatformLength(TileIndex tile, DiagDirection dir) const;
   187 	uint GetPlatformLength(TileIndex tile, DiagDirection dir) const;
   188 	uint GetPlatformLength(TileIndex tile) const;
   188 	uint GetPlatformLength(TileIndex tile) const;
   189 	bool IsBuoy() const;
   189 	bool IsBuoy() const;
   190 	bool IsValid() const;
   190 	bool IsValid() const;