src/rev.h
author rubidium
Thu, 17 Jul 2008 21:15:57 +0000
changeset 11162 37d01497c935
parent 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
/* $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 */