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