equal
deleted
inserted
replaced
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; |