hostsupport/hostopengles20/src/vertex.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 55 09263774e342
--- a/hostsupport/hostopengles20/src/vertex.h	Fri Nov 12 17:56:05 2010 +0000
+++ b/hostsupport/hostopengles20/src/vertex.h	Mon Nov 15 09:56:25 2010 +0000
@@ -47,7 +47,16 @@
 	struct DGLBuffer* buffer;	// Buffer binding.
 } DGLVertexArray;
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
 extern void dglVertexFinish();
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif // VERTEX_H_