hedgewars/pas2cSystem.pas
branchwebgl
changeset 9260 64718974158f
parent 8105 d088be5ecdcb
child 9954 bf51bc7e2808
--- a/hedgewars/pas2cSystem.pas	Tue Jun 18 22:10:51 2013 +0200
+++ b/hedgewars/pas2cSystem.pas	Wed Jun 19 00:19:33 2013 +0400
@@ -126,4 +126,9 @@
     clear_filelist_hook, add_file_hook, idb_loader_hook, mainloop_hook, drawworld_hook : procedure;
     SDL_InitPatch : procedure;
 
-  
+    PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt;
+    PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer;
+    PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean;
+
+    hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure;
+    physfsReader : function : pointer;