hedgewars/SDLh.pas
changeset 3341 3de60a5986e9
parent 3153 adfe8a91658f
child 3349 5571592f10a8
--- 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;