mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
13 lines
260 B
C
13 lines
260 B
C
/* $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 */
|