# HG changeset patch # User unc0rr # Date 1352142654 -14400 # Node ID 9910f303f5b63ae87d71c29fcbb076acbdfabb09 # Parent 644b757d20e6b1cfc0c454568dac837b5a66ccca Fix function prototype diff -r 644b757d20e6 -r 9910f303f5b6 hedgewars/uPhysFSLayer.pas --- 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