diff -r 24381b61de5c -r b0395290e61f hostsupport/hostopengles20/src/fbo.h --- a/hostsupport/hostopengles20/src/fbo.h Fri Nov 12 17:56:05 2010 +0000 +++ b/hostsupport/hostopengles20/src/fbo.h Mon Nov 15 09:56:25 2010 +0000 @@ -36,7 +36,16 @@ GLeglImageOES egl_image; // EGLimage this renderbuffer is a sibling of. } DGLRenderbuffer; +#ifdef __cplusplus +extern "C" +{ +#endif /* __cplusplus */ + DGLRenderbuffer* DGLRenderbuffer_create(GLuint name); void DGLRenderbuffer_destroy(DGLRenderbuffer* buffer); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif // FBO_H_