diff options
Diffstat (limited to 'src/newgrf_town.h')
-rw-r--r-- | src/newgrf_town.h | 4 |
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 */ |