SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vtfpp.h
Go to the documentation of this file.
1#pragma once
2
3/*
4 * This header is just included so consumers of this library can
5 * include it the same way as any of the other SourcePP libraries.
6 */
7
8#include "ImageConversion.h"
9#include "ImageFormats.h"
10#include "PPL.h"
11#include "SHT.h"
12#include "TTX.h"
13#include "VTF.h"