Files @ r3261:38e474e8bbb0
Branch filter:

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

bjarni
(svn r3971) reverted r3742 as those new errors were not the right way to handle those exceptions
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif