hedgewars/uPhysFSLayer.pas
changeset 9204 1c233176fffd
parent 9202 4d69569baabb
child 9224 bce8cf41d666
equal deleted inserted replaced
9203:bcc25cb9b122 9204:1c233176fffd
     1 unit uPhysFSLayer;
     1 unit uPhysFSLayer;
     2 
     2 
     3 interface
     3 interface
     4 uses SDLh, LuaPas;
     4 uses SDLh, LuaPas;
     5 
     5 
     6 const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhw_physfs'{$ELSE}'libphysfs'{$ENDIF};
     6 const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhwphysfs'{$ELSE}'libphysfs'{$ENDIF};
     7 const PhyslayerLibName = 'libphyslayer';
     7 const PhyslayerLibName = 'libphyslayer';
     8 
     8 
     9 {$IFNDEF WIN32}
     9 {$IFNDEF WIN32}
    10     {$linklib physfs}
    10     {$linklib physfs}
    11     {$linklib physlayer}
    11     {$linklib physlayer}