hedgewars/uPhysFSLayer.pas
branchphysfslayer
changeset 7963 9910f303f5b6
parent 7959 644b757d20e6
child 8022 10b3b93c1f56
--- a/hedgewars/uPhysFSLayer.pas	Mon Nov 05 23:03:32 2012 +0400
+++ b/hedgewars/uPhysFSLayer.pas	Mon Nov 05 23:10:54 2012 +0400
@@ -13,7 +13,7 @@
 function PHYSFS_init(argv0: PChar) : LongInt; cdecl; external;
 function PHYSFS_deinit() : LongInt; cdecl; external;
 
-function PHYSFS_mount(newDir, mountPoint: PChar; appendToPath: LongBool); cdecl; external;
+function PHYSFS_mount(newDir, mountPoint: PChar; appendToPath: LongBool) : LongInt; cdecl; external;
 
 procedure initModule;
 begin