src/video/cocoa_v.h
author celestar
Mon, 15 Jan 2007 20:14:06 +0000
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 5887 063ca43b682c
permissions -rw-r--r--
(svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge)
/* $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