src/video/cocoa_v.h
author rubidium
Wed, 10 Jan 2007 18:56:51 +0000
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 5887 063ca43b682c
permissions -rw-r--r--
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

extern const HalVideoDriver _cocoa_video_driver;

#ifdef __cplusplus
} // extern "C"
#endif //__cplusplus

#endif