src/rev.h
author rubidium
Sun, 06 Jul 2008 11:08:40 +0000
changeset 11120 373bc4028ce2
parent 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.
/* $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 */