Mercurial > hg > openttd
view src/rev.h @ 10831:31f766ee053b draft
(svn r15166) -Codechange: reduce number of includes in afterload.cpp
author | smatz <smatz@openttd.org> |
---|---|
date | Tue, 20 Jan 2009 13:56:35 +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 */