src/rev.h
author glx
Mon, 26 May 2008 17:40:33 +0000
branchnoai
changeset 10718 7e9d9e40e16f
parent 10455 22c441f5adf9
child 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13268) [NoAI] -Fix: kill AIs on game abortion
/* $Id$ */

/** @file rev.h declaration of OTTD revision dependant variables */

#ifndef REV_H
#define REV_H

extern const char _openttd_revision[];
extern const uint32 _openttd_newgrf_version;

#endif /* REV_H */