(svn r22805) -Codechange: move use of magic number for version checking to more logical location

This commit is contained in:
rubidium
2011-08-21 18:57:45 +00:00
parent 064fe289e7
commit 9194ff28b7
4 changed files with 14 additions and 2 deletions

View File

@@ -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 */