diff -r 24381b61de5c -r b0395290e61f hostsupport/hostopengles20/src/half.h --- 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_ */