VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
VTFLib main header. More...
Go to the source code of this file.
Functions | |
VTFLIB_API vlUInt | vlGetVersion () |
Return the VTFLib version as an integer. | |
VTFLIB_API const vlChar * | vlGetVersionString () |
Return the VTFLib version as a string. | |
VTFLIB_API const vlChar * | vlGetLastError () |
Return the last error message as a string. | |
VTFLIB_API vlBool | vlInitialize () |
Initialisation function. | |
VTFLIB_API vlVoid | vlShutdown () |
Shutdown function. | |
VTFLIB_API vlBool | vlGetBoolean (VTFLibOption Option) |
Return the specified option. | |
VTFLIB_API vlVoid | vlSetBoolean (VTFLibOption Option, vlBool bValue) |
Set the specified option. | |
VTFLIB_API vlInt | vlGetInteger (VTFLibOption Option) |
Return the specified option. | |
VTFLIB_API vlVoid | vlSetInteger (VTFLibOption Option, vlInt iValue) |
Set the specified option. | |
VTFLIB_API vlSingle | vlGetFloat (VTFLibOption Option) |
Return the specified option. | |
VTFLIB_API vlVoid | vlSetFloat (VTFLibOption Option, vlSingle sValue) |
Set the specified option. | |
VTFLib main header.