src/rev.h
author bjarni
Sat, 09 Aug 2008 17:56:31 +0000
changeset 9884 e33430df09e6
parent 9457 75f11a6caef8
permissions -rw-r--r--
(svn r14032) -Fix (r13584): [OSX] changed the condition for selecting 8 or 32 bpp blitter by default
Now we will pick 32 bpp if no 8 bpp fullscreen resolutions are available on the main display (the one with the dock)
/* $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 */