summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-02-12 15:43:10 +0000
committerfrosch <frosch@openttd.org>2008-02-12 15:43:10 +0000
commitc2bad6d22c9889bfb673055c2e9af424b0d157fe (patch)
treee54564a2e5c648444ed5f9c745207db195ed32dd /src/newgrf.h
parent23bae896c9584b864fc9f90f0e537f2483aaed76 (diff)
downloadopenttd-c2bad6d22c9889bfb673055c2e9af424b0d157fe.tar.xz
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
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 */