#include <physfs.h>
PHYSFS_uint8 major
PHYSFS_uint8 minor
PHYSFS_uint8 patch
Information the version of PhysicsFS in use.
Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
See also
PHYSFS_getLinkedVersion
Generated automatically by Doxygen for physfs from the source code.