hedgewars/SDLh.pas
changeset 2800 f286d91157b8
parent 2716 b9ca1bfca24f
child 2948 3f21a9dc93d0
--- a/hedgewars/SDLh.pas	Wed Feb 10 22:00:49 2010 +0000
+++ b/hedgewars/SDLh.pas	Fri Feb 12 16:39:22 2010 +0000
@@ -654,6 +654,7 @@
 
 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
 
+procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : byte); cdecl; external SDLLibName;
 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
 function  SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName;