diff options
Diffstat (limited to 'src/newgrf.h')
-rw-r--r-- | src/newgrf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h index 2f0028f4a..adf43921c 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -128,4 +128,6 @@ void CDECL grfmsg(int severity, const char *str, ...); bool HasGrfMiscBit(GrfMiscBit bit); bool GetGlobalVariable(byte param, uint32 *value); +StringID MapGRFStringID(uint32 grfid, StringID str); + #endif /* NEWGRF_H */ |