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
commit0aece5ed6b66779de055a6ced3d45b5651ae65f7 (patch)
treee54564a2e5c648444ed5f9c745207db195ed32dd /src/newgrf.h
parentccfae56690fedcb4a8e096a636eae7797622020b (diff)
downloadopenttd-0aece5ed6b66779de055a6ced3d45b5651ae65f7.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 */