Files @ r3035:f879939e7d4b
Branch filter:

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

tron
(svn r3615) Remove the Quartz key codes from the public cocoa video driver interface
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif