Query: physfs_version
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PHYSFS_Version(3) physfs PHYSFS_Version(3)NAMEPHYSFS_Version - Information the version of PhysicsFS in use.SYNOPSIS#include <physfs.h> Data Fields PHYSFS_uint8 major PHYSFS_uint8 minor PHYSFS_uint8 patch Detailed Description 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_VERSION PHYSFS_getLinkedVersion Field Documentation PHYSFS_uint8 PHYSFS_Version::major major revision PHYSFS_uint8 PHYSFS_Version::minor minor revision PHYSFS_uint8 PHYSFS_Version::patch patchlevel Author Generated automatically by Doxygen for physfs from the source code. Version 2.0.2 Fri Feb 24 2012 PHYSFS_Version(3)