author | glx |
Fri, 13 Jun 2008 15:43:39 +0000 | |
branch | noai |
changeset 10955 | 56b381e5253f |
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 */ |