author | truebrain |
Mon, 30 Jun 2008 10:40:50 +0000 | |
branch | noai |
changeset 11095 | a0da321a39b3 |
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 */ |