view src/rev.h @ 9396:bbf7586724f4 draft

(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
author peter1138 <peter1138@openttd.org>
date Wed, 28 May 2008 11:56:21 +0000
parents 31575b0db757
children 267a95510fdf
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 uint32 _openttd_newgrf_version;

#endif /* REV_H */