src/video/cocoa_v.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 5887 063ca43b682c
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
     3 #ifndef VIDEO_COCOA_H
     3 #ifndef VIDEO_COCOA_H
     4 #define VIDEO_COCOA_H
     4 #define VIDEO_COCOA_H
     5 
     5 
     6 #include "../hal.h"
     6 #include "../hal.h"
     7 
     7 
       
     8 #ifdef __cplusplus
       
     9 extern "C" {
       
    10 #endif //__cplusplus
       
    11 
     8 extern const HalVideoDriver _cocoa_video_driver;
    12 extern const HalVideoDriver _cocoa_video_driver;
     9 
    13 
       
    14 #ifdef __cplusplus
       
    15 } // extern "C"
       
    16 #endif //__cplusplus
       
    17 
    10 #endif
    18 #endif