Mercurial > hg > openttd
view src/rev.h @ 11902:5b2be5f84fe8 draft
(svn r16302) -Codechange: remove Vehicle::AllocateList
author | smatz <smatz@openttd.org> |
---|---|
date | Wed, 13 May 2009 21:38:23 +0000 |
parents | 267a95510fdf |
children | bc7926153e19 |
line wrap: on
line source
/* $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 */