video/cocoa_v.h
author tron
Sat, 18 Feb 2006 16:20:50 +0000
changeset 3035 fbc01469d2ba
parent 2845 e520ad0a77b7
permissions -rw-r--r--
(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