author | truebrain |
Thu, 12 Jun 2008 21:18:09 +0000 | |
branch | noai |
changeset 10944 | 588393239ac6 |
parent 10829 | 8a0ec0f0f928 |
permissions | -rw-r--r-- |
10455 | 1 |
/* $Id$ */ |
2 |
||
3 |
/** @file rev.h declaration of OTTD revision dependant variables */ |
|
4 |
||
5 |
#ifndef REV_H |
|
6 |
#define REV_H |
|
7 |
||
8 |
extern const char _openttd_revision[]; |
|
10829 | 9 |
extern const byte _openttd_revision_modified; |
10455 | 10 |
extern const uint32 _openttd_newgrf_version; |
11 |
||
12 |
#endif /* REV_H */ |