![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <vpkpp/format/WAD3.h>
#include <filesystem>
#include <FileStream.h>
#include <sourcepp/String.h>
Go to the source code of this file.
Enumerations | |
enum | WAD3FileTypes { WFT_FIRST = 64 , WFT_PALETTE = WFT_FIRST , WFT_COLORMAP , WFT_QPIC , WFT_MIPTEX , WFT_RAW , WFT_COLORMAP2 , WFT_FONT , WFT_COUNT } |
Variables | |
constexpr std::string_view | k_FileTypeNames [] |
enum WAD3FileTypes |