src/rev.h
author smatz
Mon, 26 May 2008 21:45:57 +0000
changeset 9375 bed4e8a213d9
parent 9085 8b3897a75aed
child 9457 75f11a6caef8
permissions -rw-r--r--
(svn r13279) -Codechange: simplify condition for terminating loop when reversing list order
/* $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 */