src/video/cocoa_v.h
author KUDr
Sat, 13 Jan 2007 14:43:46 +0000
changeset 5887 063ca43b682c
parent 5838 9c3129cb019b
child 5932 fe0b8f92f014
permissions -rw-r--r--
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"
#include "../gfx.h"

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

extern const HalVideoDriver _cocoa_video_driver;

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

#endif