PHYSFS_ArchiveInfo Struct Reference

Information on various PhysicsFS-supported archives. More...

#include <physfs.h>


Data Fields

const char * extension
const char * description
const char * author
const char * url


Detailed Description

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.

Warning:
Not all binaries are created equal! PhysicsFS can be built with or without support for various archives. You can check with PHYSFS_supportedArchiveTypes() to see if your archive type is supported.
See also:
PHYSFS_supportedArchiveTypes

Field Documentation

Archive file extension: "ZIP", for example.

Human-readable archive description.

Person who did support for this archive.

URL related to this archive


The documentation for this struct was generated from the following file:

Generated on Thu Feb 21 06:34:53 2008 for physfs by  doxygen 1.5.5