summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index 5f0f4992f..d669ccafb 100644
--- a/src/town.h
+++ b/src/town.h
@@ -299,4 +299,6 @@ static inline uint16 TownTicksToGameTicks(uint16 ticks) {
extern CargoTypes _town_cargoes_accepted;
+RoadType GetTownRoadType(const Town *t);
+
#endif /* TOWN_H */