#include "stdafx.h"
#include "Error.h"
#include "VTFFile.h"
#include "VMTFile.h"
#include <vector>


| #define VL_VERSION 127 |
VTFLib version as integer.
| #define VL_VERSION_STRING "1.2.7" |
VTFLib version as string.
| typedef enum tagVTFLibOption VTFLibOption |
| enum tagVTFLibOption |
| VTFLIB_API vlBool vlGetBoolean | ( | VTFLibOption | Option | ) |
Return the specified option.
| VTFLIB_API vlSingle vlGetFloat | ( | VTFLibOption | Option | ) |
Return the specified option.
| VTFLIB_API vlInt vlGetInteger | ( | VTFLibOption | Option | ) |
Return the specified option.
| VTFLIB_API const vlChar* vlGetLastError | ( | ) |
Return the last error message as a string.
| VTFLIB_API vlBool vlInitialize | ( | ) |
Initialisation function.
| VTFLIB_API vlVoid vlSetBoolean | ( | VTFLibOption | Option, | |
| vlBool | bValue | |||
| ) |
Set the specified option.
| VTFLIB_API vlVoid vlSetFloat | ( | VTFLibOption | Option, | |
| vlSingle | sValue | |||
| ) |
Set the specified option.
| VTFLIB_API vlVoid vlSetInteger | ( | VTFLibOption | Option, | |
| vlInt | iValue | |||
| ) |
Set the specified option.
| VTFLIB_API vlVoid vlShutdown | ( | ) |
Shutdown function.
1.5.4