Tao.PhysFs SDK Documentation

Fs.PHYSFS_VERSION Method 

Information the version of PhysicsFS in use.

[Visual Basic]
Public Shared Sub PHYSFS_VERSION( _
   ByRef ver As PHYSFS_Version _
)
[C#]
public static void PHYSFS_VERSION(
   out PHYSFS_Version ver
);

Parameters

ver
The Fs.PHYSFS_Version to change.

Remarks

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

Fs Class | Tao.PhysFs Namespace | Fs.PHYSFS_Version | PHYSFS_getLinkedVersion