summaryrefslogtreecommitdiff
path: root/src/rev.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 18:57:45 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 18:57:45 +0000
commitf6b0561cd86f363c93b64817f26e3ed7f5b1b688 (patch)
tree07d1a5705f1a2c9a620b49650baec53cd84fba27 /src/rev.h
parent786ae457f1555ed4da8926e9d796f6d88f54398a (diff)
downloadopenttd-f6b0561cd86f363c93b64817f26e3ed7f5b1b688.tar.xz
(svn r22805) -Codechange: move use of magic number for version checking to more logical location
Diffstat (limited to 'src/rev.h')
-rw-r--r--src/rev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rev.h b/src/rev.h
index 621a41c4b..50b265419 100644
--- a/src/rev.h
+++ b/src/rev.h
@@ -17,4 +17,6 @@ extern const char _openttd_build_date[];
extern const byte _openttd_revision_modified;
extern const uint32 _openttd_newgrf_version;
+bool IsReleasedVersion();
+
#endif /* REV_H */