src/rev.h
author frosch
Mon, 16 Jun 2008 20:08:30 +0000
changeset 10984 05660d38d316
parent 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
/* $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 */