view src/rev.h @ 9085:31575b0db757 draft

(svn r12944) -Codechange: use rev.h instead of externs at many places
author smatz <smatz@openttd.org>
date Sun, 04 May 2008 21:53:36 +0000
parents
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 */