forked from mirror/OpenTTD
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#include "direction_type.h"
|
||||
|
||||
void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt);
|
||||
void UpdateNearestTownForRoadTiles(bool invalidate);
|
||||
void UpdateNearestTownForRoadTiles(bool invalidate, const struct Town *ignore = NULL);
|
||||
|
||||
#endif /* ROAD_CMD_H */
|
||||
|
Reference in New Issue
Block a user