hedgewars/pas2cSystem.pas
changeset 10080 ac51bcb534ef
parent 10015 4feced261c68
child 10120 b7f632c12784
equal deleted inserted replaced
10079:c88e38a0f478 10080:ac51bcb534ef
   127     SDL_InitPatch : procedure;
   127     SDL_InitPatch : procedure;
   128 
   128 
   129     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt;
   129     PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt;
   130     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
   130     PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
   131     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
   131     PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
       
   132     PHYSFS_getLastError : function : PChar;
   132 
   133 
   133     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
   134     hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
   134     physfsReader : function : pointer;
   135     physfsReader : function : pointer;