From 3a9205e1d2b6395b7156e2ffa9d31a2792aab354 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 28 Jun 2003 02:03:26 +0000 Subject: [PATCH] move prototype --- stepmania/src/RageDisplay_OGL.cpp | 1 - stepmania/src/SDL_utils.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index e3e8910d6e..3e82ca28e0 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -180,7 +180,6 @@ struct GLPixFmtInfo_t { } }; -Uint32 mySDL_Swap24(Uint32 x); static void FixLilEndian() { diff --git a/stepmania/src/SDL_utils.h b/stepmania/src/SDL_utils.h index f3b3fc8797..26e399277b 100644 --- a/stepmania/src/SDL_utils.h +++ b/stepmania/src/SDL_utils.h @@ -9,6 +9,8 @@ #undef Font #undef Screen +Uint32 mySDL_Swap24(Uint32 x); + Uint32 decodepixel(const Uint8 *p, int bpp); void encodepixel(Uint8 *p, int bpp, Uint32 pixel);