src/video/cocoa_v.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 5887 063ca43b682c
--- a/src/video/cocoa_v.h	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/video/cocoa_v.h	Wed Jan 10 18:56:51 2007 +0000
@@ -5,6 +5,14 @@
 
 #include "../hal.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif //__cplusplus
+
 extern const HalVideoDriver _cocoa_video_driver;
 
+#ifdef __cplusplus
+} // extern "C"
+#endif //__cplusplus
+
 #endif