equal
deleted
inserted
replaced
127 SDL_InitPatch : procedure; |
127 SDL_InitPatch : procedure; |
128 |
128 |
129 PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt; |
129 PHYSFS_init, PHYSFS_deinit, PHYSFS_mount, PHYSFS_readBytes : function : LongInt; |
130 PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer; |
130 PHYSFSRWOPS_openRead, PHYSFSRWOPS_openWrite, PHYSFS_openRead : function : pointer; |
131 PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean; |
131 PHYSFS_eof, PHYSFS_close, PHYSFS_exists : function : boolean; |
|
132 PHYSFS_getLastError : function : PChar; |
132 |
133 |
133 hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; |
134 hedgewarsMountPackages, physfsReaderSetBuffer, hedgewarsMountPackage : procedure; |
134 physfsReader : function : pointer; |
135 physfsReader : function : pointer; |