diff options
Diffstat (limited to 'src/video/cocoa_v.h')
-rw-r--r-- | src/video/cocoa_v.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/video/cocoa_v.h b/src/video/cocoa_v.h new file mode 100644 index 000000000..93d7b2639 --- /dev/null +++ b/src/video/cocoa_v.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef VIDEO_COCOA_H +#define VIDEO_COCOA_H + +#include "../hal.h" + +extern const HalVideoDriver _cocoa_video_driver; + +#endif |