hostsupport/hostopengles20/src/fbo.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 55 09263774e342
--- 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_