Tao.PhysFs SDK Documentation
Fs.PHYSFS_writeSLE16 Method
[Visual Basic]
Public Shared Function PHYSFS_writeSLE16( _
ByVal
file
As
IntPtr
, _
ByVal
val
As
Short
_
) As
Integer
[C#]
public static
int
PHYSFS_writeSLE16(
IntPtr
file
,
short
val
);
See Also
Fs Class
|
Tao.PhysFs Namespace