move prototype

This commit is contained in:
Glenn Maynard
2003-06-28 02:03:26 +00:00
parent 2009310fa5
commit 3a9205e1d2
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -180,7 +180,6 @@ struct GLPixFmtInfo_t {
}
};
Uint32 mySDL_Swap24(Uint32 x);
static void FixLilEndian()
{
+2
View File
@@ -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);