src/rev.h
author glx
Sat, 17 May 2008 20:49:45 +0000
changeset 10601 c843d0e06015
parent 10402 b168fbb99f7c
child 10824 1a34ba6f338a
permissions -rw-r--r--
(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.
/* $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 */