src/rev.h
author smatz
Wed, 11 Jun 2008 15:56:55 +0000
changeset 9495 cafcf9e8dbdf
parent 9457 75f11a6caef8
permissions -rw-r--r--
(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and on company bankrupt
/* $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 */