SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
WAD3.cpp File Reference
#include <vpkpp/format/WAD3.h>
#include <filesystem>
#include <FileStream.h>
#include <sourcepp/String.h>
Include dependency graph for WAD3.cpp:

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 []
 

Enumeration Type Documentation

◆ WAD3FileTypes

Enumerator
WFT_FIRST 
WFT_PALETTE 
WFT_COLORMAP 
WFT_QPIC 
WFT_MIPTEX 
WFT_RAW 
WFT_COLORMAP2 
WFT_FONT 
WFT_COUNT 

Definition at line 27 of file WAD3.cpp.

Variable Documentation

◆ k_FileTypeNames

constexpr std::string_view k_FileTypeNames[]
constexpr
Initial value:
= {
"palette",
"colormap",
"qpic",
"mip",
"raw",
"colormap2",
"font",
}

Definition at line 42 of file WAD3.cpp.