summaryrefslogtreecommitdiff
path: root/src/rev.h
blob: c474b900bbe2bff7bd516df7e33f7a486f1db229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

/** @file rev.h declaration of OTTD revision dependant variables */

#ifndef REV_H
#define REV_H

extern const char _openttd_revision[];
extern const byte _openttd_revision_modified;
extern const uint32 _openttd_newgrf_version;

#endif /* REV_H */