diff -r 96dd168b080b -r 3de60a5986e9 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Tue Apr 13 22:45:46 2010 +0000 +++ b/hedgewars/SDLh.pas Thu Apr 15 14:24:26 2010 +0000 @@ -617,6 +617,7 @@ function SDL_Flip(Screen: PSDL_Surface): LongInt; cdecl; external SDLLibName; procedure SDL_GetRGB(pixel: Longword; fmt: PSDL_PixelFormat; r, g, b: PByte); cdecl; external SDLLibName; +procedure SDL_GetRGBA(pixel: Longword; fmt: PSDL_PixelFormat; r, g, b, a: PByte); cdecl; external SDLLibName; function SDL_MapRGB(format: PSDL_PixelFormat; r, g, b: Byte): Longword; cdecl; external SDLLibName; function SDL_MapRGBA(format: PSDL_PixelFormat; r, g, b, a: Byte): Longword; cdecl; external SDLLibName;