Files @ r9449:005042909719
Branch filter:

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

belugas
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
/* $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 */