| physfs
    2.0.3
    | 
Information on various PhysicsFS-supported archives. More...
#include <physfs.h>
| Data Fields | |
| const char * | extension | 
| const char * | description | 
| const char * | author | 
| const char * | url | 
Information on various PhysicsFS-supported archives.
This structure gives you details on what sort of archives are supported by this implementation of PhysicsFS. Archives tend to be things like ZIP files and such.
| const char* PHYSFS_ArchiveInfo::author | 
Person who did support for this archive.
| const char* PHYSFS_ArchiveInfo::description | 
Human-readable archive description.
| const char* PHYSFS_ArchiveInfo::extension | 
Archive file extension: "ZIP", for example.
| const char* PHYSFS_ArchiveInfo::url | 
URL related to this archive
 1.8.5
 1.8.5