hostsupport/hostopengles20/src/half.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 76 24381b61de5c
--- a/hostsupport/hostopengles20/src/half.h	Fri Nov 12 17:56:05 2010 +0000
+++ b/hostsupport/hostopengles20/src/half.h	Mon Nov 15 09:56:25 2010 +0000
@@ -31,6 +31,15 @@
 
 #include "common.h"
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
 GLfloat dglConvertHalfToFloat(khronos_int16_t half);
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif /* HALF_H_ */