DEADSOFTWARE

Rewrite nanoGL initialization
[nanogl.git] / nanoWrap.cpp
index 41eb4dda9ebacbbba3d3194bbb89ac8f3c115311..3e88b0f8150d9c6a2b16dc5388ec49c16c0e525f 100644 (file)
@@ -180,7 +180,7 @@ static struct nanotmuState tmuInitState =
 
 static struct nanotmuState *activetmuState = &tmuState0;
 
-extern "C++" GlESInterface *glEsImpl;
+extern GlESInterface *glEsImpl;
 
 static GLenum wrapperPrimitiveMode = GL_QUADS;
 GLboolean useTexCoordArray         = GL_FALSE;
@@ -2527,4 +2527,4 @@ void glBufferDataARB( GLuint target, GLuint size, void *buffer, GLuint type )
 void glBufferSubDataARB( GLuint target, GLsizei offset, GLsizei size, void *buffer )
 {
        glEsImpl->glBufferSubData( target, offset, size, buffer );
-}
\ No newline at end of file
+}