src/rev.h
author rubidium
Sat, 17 May 2008 12:48:06 +0000
changeset 9273 35e0224ea8f1
parent 9085 8b3897a75aed
child 9457 75f11a6caef8
permissions -rw-r--r--
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
/* $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 */