Files @ r3302:8eb316aa2bd2
Branch filter:

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

truelight
(svn r4059) -Fix: add --dedicated flag to configure
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif