summaryrefslogtreecommitdiff
path: root/src/newgrf_town.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
commite40eb8177ac3ed5235ae13314032bb47095c13e9 (patch)
tree1246affaf5592bce703cfdfe2910691d51147778 /src/newgrf_town.h
parent9856282d0b8bfe62ae9c1c9474bff71333cc7e66 (diff)
downloadopenttd-e40eb8177ac3ed5235ae13314032bb47095c13e9.tar.xz
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
Diffstat (limited to 'src/newgrf_town.h')
-rw-r--r--src/newgrf_town.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_town.h b/src/newgrf_town.h
index 55fefdef7..659de7691 100644
--- a/src/newgrf_town.h
+++ b/src/newgrf_town.h
@@ -17,7 +17,7 @@
/* Currently there is no direct town resolver; we only need to get town
* variable results from inside stations, house tiles and industries,
* and to check the town's persistent storage. */
-uint32 TownGetVariable(byte variable, uint32 parameter, bool *available, Town *t, const GRFFile *caller_grffile);
-void TownStorePSA(Town *t, const GRFFile *caller_grffile, uint pos, int32 value);
+uint32 TownGetVariable(byte variable, uint32 parameter, bool *available, Town *t, const struct GRFFile *caller_grffile);
+void TownStorePSA(Town *t, const struct GRFFile *caller_grffile, uint pos, int32 value);
#endif /* NEWGRF_TOWN_H */