VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
Application framework header plus VTFLib custom data types. More...
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <cstdint>
Go to the source code of this file.
Typedefs | |
typedef unsigned char | vlBool |
Boolean value 0/1. | |
typedef char | vlChar |
Single signed character. | |
typedef unsigned char | vlByte |
Single unsigned byte. | |
typedef signed short | vlShort |
Signed short floating point value. | |
typedef unsigned short | vlUShort |
Unsigned short floating point value. | |
typedef signed int | vlInt |
Signed integer value. | |
typedef unsigned int | vlUInt |
Unsigned integer value. | |
typedef signed long | vlLong |
Signed long number. | |
typedef unsigned long | vlULong |
Unsigned long number. | |
typedef float | vlSingle |
Floating point number. | |
typedef double | vlDouble |
Double number. | |
typedef void | vlVoid |
Void value. | |
typedef vlSingle | vlFloat |
Floating point number (same as vlSingled). | |
Application framework header plus VTFLib custom data types.