#include <physfs.h>
Data Fields | |
const char * | extension |
const char * | description |
const char * | author |
const char * | url |
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.
|
Person who did support for this archive. |
|
Human-readable archive description. |
|
Archive file extension: "ZIP", for example. |
|
URL related to this archive |