Files @ r11756:1996f11774e0
Branch filter:

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

yexo
(svn r16151) -Codechange: move some includes around to prevent including half the AI api in non-noai related code.
/* $Id$ */

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

#ifndef REV_H
#define REV_H

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

#endif /* REV_H */