Files @ r9524:e0bd14506946
Branch filter:

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

smatz
(svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR)
/* $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 */