blob: b25c729ca4696288987ad366a0ec3c91b75cf36e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $Id$ */
/** @file rev.h declaration of OTTD revision dependant variables */
#ifndef REV_H
#define REV_H
extern const char _openttd_revision[];
extern const uint32 _openttd_newgrf_version;
#endif /* REV_H */
|