Files @ r6155:3e639b230174
Branch filter:

Location: cpp/openttd-patchpack/source/src/video/cocoa_v.h

tron
(svn r8900) -Fix

Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

#include "../openttd.h"
#include "../gfx.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif /* VIDEO_COCOA_H */