src/video/cocoa_v.h
changeset 5587 167d9a91ef02
parent 5475 2e6990a8c7c4
child 5636 3c19b56dc982
--- 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