hedgewars/uPhysFSLayer.pas
changeset 8978 e6ef8fe314bd
parent 8927 3da5182d8682
child 9111 f529fba57ba5
equal deleted inserted replaced
8977:d424c7f8b342 8978:e6ef8fe314bd
    44 
    44 
    45 function pfsExists(fname: shortstring): boolean;
    45 function pfsExists(fname: shortstring): boolean;
    46 
    46 
    47 function  physfsReader(L: Plua_State; f: PFSFile; sz: Psize_t) : PChar; cdecl; external PhyslayerLibName;
    47 function  physfsReader(L: Plua_State; f: PFSFile; sz: Psize_t) : PChar; cdecl; external PhyslayerLibName;
    48 procedure physfsReaderSetBuffer(buf: pointer); cdecl; external PhyslayerLibName;
    48 procedure physfsReaderSetBuffer(buf: pointer); cdecl; external PhyslayerLibName;
       
    49 procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
    49 
    50 
    50 implementation
    51 implementation
    51 uses uUtils, uVariables, sysutils;
    52 uses uUtils, uVariables, sysutils;
    52 
    53 
    53 function PHYSFS_init(argv0: PChar) : LongInt; cdecl; external PhysfsLibName;
    54 function PHYSFS_init(argv0: PChar) : LongInt; cdecl; external PhysfsLibName;