diff -r a44406f4369b -r 8c28abf427f5 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Thu Jul 22 03:08:17 2010 +0200 +++ b/hedgewars/SDLh.pas Thu Jul 22 12:47:32 2010 +0200 @@ -840,6 +840,13 @@ procedure SDLNet_Write32(value: LongWord; buf: pointer); function SDLNet_Read16(buf: pointer): Word; function SDLNet_Read32(buf: pointer): LongWord; + +{$IFDEF IPHONEOS} +(* iPhone related calls *) +procedure clearView; cdecl; external; +procedure startSpinning; cdecl; external; +procedure stopSpinning; cdecl; external; +{$ENDIF} implementation function SDL_MustLock(Surface: PSDL_Surface): Boolean;