src/rev.h
author bjarni
Thu, 31 Jul 2008 13:44:57 +0000
changeset 9756 acd40bb24510
parent 9457 75f11a6caef8
permissions -rw-r--r--
(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended
/* $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 */