This commit is contained in:
Glenn Maynard
2003-08-03 05:40:40 +00:00
parent c55e228d6b
commit 03d507ee54
+1 -1
View File
@@ -31,6 +31,7 @@
#define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED #define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED
#endif #endif
#include <set> #include <set>
#include <sstream>
/* Not in glext.h: */ /* Not in glext.h: */
typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval); typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval);
@@ -1071,7 +1072,6 @@ PixelFormat RageDisplay_OGL::GetImgPixelFormat( SDL_Surface* &img, bool &FreeImg
return pixfmt; return pixfmt;
} }
#include <sstream>
unsigned RageDisplay_OGL::CreateTexture( unsigned RageDisplay_OGL::CreateTexture(
PixelFormat pixfmt, PixelFormat pixfmt,