Tao.PhysFs SDK Documentation

Fs.PHYSFS_getLinkedVersion Method 

Get the version of PhysicsFS that is linked against your program.

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

Parameters

ver
The output PHYSFS_Version structure.

Remarks

This function may be called safely at any time, even before PHYSFS_init.

See Also

Fs Class | Tao.PhysFs Namespace | PHYSFS_VERSION