Files @ r9102:cbd100f4d81b
Branch filter:

Location: cpp/openttd-patchpack/source/src/rev.h

smatz
(svn r12962) -Fix (r12961): forgot one break
/* $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 */