src/rev.h
author belugas
Fri, 08 Aug 2008 03:37:00 +0000
changeset 9871 57a332d08e74
parent 9457 75f11a6caef8
permissions -rw-r--r--
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
/* $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 */