hedgewars/uPhysFSLayer.pas
changeset 11826 7654e2357934
parent 11683 17d102f9515d
child 11828 a69124eb7ce7
child 11832 f2ab65d97242
equal deleted inserted replaced
11825:bb6503b9847e 11826:7654e2357934
    38 function  physfsReader(L: Plua_State; f: PFSFile; sz: Psize_t) : PChar; cdecl; external PhyslayerLibName;
    38 function  physfsReader(L: Plua_State; f: PFSFile; sz: Psize_t) : PChar; cdecl; external PhyslayerLibName;
    39 procedure physfsReaderSetBuffer(buf: pointer); cdecl; external PhyslayerLibName;
    39 procedure physfsReaderSetBuffer(buf: pointer); cdecl; external PhyslayerLibName;
    40 procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
    40 procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
    41 
    41 
    42 implementation
    42 implementation
    43 uses uConsts, uUtils, uVariables{$IFNDEF PAS2C}, sysutils{$ELSE}, physfs{$ENDIF};
    43 uses uConsts, uUtils, uVariables{$IFDEF PAS2C}, physfs{$ENDIF};
    44 
    44 
    45 function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
    45 function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
    46 function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
    46 function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
    47 procedure hedgewarsMountPackages(); cdecl; external PhyslayerLibName;
    47 procedure hedgewarsMountPackages(); cdecl; external PhyslayerLibName;
    48 {$IFNDEF PAS2C}
    48 {$IFNDEF PAS2C}