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[];
9
extern const uint32 _openttd_newgrf_version;
10
11
#endif /* REV_H */