From 03d507ee5481acedd3be5c051fb64c761ac06115 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 3 Aug 2003 05:40:40 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageDisplay_OGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index e5023fe16e..f6c8e62ff2 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -31,6 +31,7 @@ #define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED #endif #include +#include /* Not in glext.h: */ typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval); @@ -1071,7 +1072,6 @@ PixelFormat RageDisplay_OGL::GetImgPixelFormat( SDL_Surface* &img, bool &FreeImg return pixfmt; } -#include unsigned RageDisplay_OGL::CreateTexture( PixelFormat pixfmt,