src/rev.h
author smatz
Wed, 18 Jun 2008 21:19:04 +0000
changeset 11015 cf4b53f23fde
parent 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
/* $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 */