VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
VMTNodes.h
1 /*
2  * VTFLib
3  * Copyright (C) 2005-2010 Neil Jedrzejewski & Ryan Gregg
4 
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later
9  * version.
10  */
11 
12 #ifndef VTFLIB_VMTNODES_H
13 #define VTFLIB_VMTNODES_H
14 
15 #include "VMTNode.h"
16 #include "VMTGroupNode.h"
17 #include "VMTValueNode.h"
18 #include "VMTStringNode.h"
19 #include "VMTIntegerNode.h"
20 #include "VMTSingleNode.h"
21 
22 #endif