hedgewars/SDLh.pas
changeset 3663 8c28abf427f5
parent 3598 a8aa06bae895
child 3668 3f7a95234d8a
--- 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;