move prototype
This commit is contained in:
@@ -180,7 +180,6 @@ struct GLPixFmtInfo_t {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
Uint32 mySDL_Swap24(Uint32 x);
|
|
||||||
|
|
||||||
static void FixLilEndian()
|
static void FixLilEndian()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
#undef Font
|
#undef Font
|
||||||
#undef Screen
|
#undef Screen
|
||||||
|
|
||||||
|
Uint32 mySDL_Swap24(Uint32 x);
|
||||||
|
|
||||||
Uint32 decodepixel(const Uint8 *p, int bpp);
|
Uint32 decodepixel(const Uint8 *p, int bpp);
|
||||||
void encodepixel(Uint8 *p, int bpp, Uint32 pixel);
|
void encodepixel(Uint8 *p, int bpp, Uint32 pixel);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user