X-Git-Url: http://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=nanogl.cpp;h=53b6384848c5c47f115266f46baaf3fcb299e9f8;hp=c8454b079163a82e5796de264ea3f41f5bdd6314;hb=f889df536aeeccf338d95f830d3a710b5feea371;hpb=536202427f3391d23f28e6a81443523da0ac1051 diff --git a/nanogl.cpp b/nanogl.cpp index c8454b0..53b6384 100644 --- a/nanogl.cpp +++ b/nanogl.cpp @@ -87,6 +87,10 @@ void APIENTRY gl_unimplemented(GLenum none) { #endif } +#ifdef XASH_SDL +#include "SDL.h" +#endif + void *nanoGL_GetProcAddress(const char *name) { void *addr = NULL;