X-Git-Url: http://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=nanoWrap.cpp;h=3e88b0f8150d9c6a2b16dc5388ec49c16c0e525f;hp=41eb4dda9ebacbbba3d3194bbb89ac8f3c115311;hb=472a91567501b466be9161d26025060306f869d2;hpb=6896ce1e5f02d51b33223b1c22aad0818c32a4d8 diff --git a/nanoWrap.cpp b/nanoWrap.cpp index 41eb4dd..3e88b0f 100644 --- a/nanoWrap.cpp +++ b/nanoWrap.cpp @@ -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 +}