hedgewars/SDLh.pas
changeset 2689 dfda97c153a4
parent 2674 2fce032f2f95
child 2690 8e83c7e31720
equal deleted inserted replaced
2688:174c94b8ea72 2689:dfda97c153a4
   732 procedure SDLNet_Write32(value: LongWord; buf: pointer);
   732 procedure SDLNet_Write32(value: LongWord; buf: pointer);
   733 function  SDLNet_Read16(buf: pointer): Word;
   733 function  SDLNet_Read16(buf: pointer): Word;
   734 function  SDLNet_Read32(buf: pointer): LongWord;
   734 function  SDLNet_Read32(buf: pointer): LongWord;
   735 
   735 
   736 {$IFDEF IPHONEOS}
   736 {$IFDEF IPHONEOS}
   737 function get_documents_path: PChar; cdecl; external 'hwutils';
   737 function  get_documents_path: PChar; cdecl; external 'hwutils';
       
   738 procedure IPH_showControls; cdecl; external name 'showControls';
   738 {$ENDIF}
   739 {$ENDIF}
   739 
   740 
   740 implementation
   741 implementation
   741 
   742 
   742 function SDL_MustLock(Surface: PSDL_Surface): Boolean;
   743 function SDL_MustLock(Surface: PSDL_Surface): Boolean;