![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <array>#include <cstddef>#include <optional>#include <span>#include <string>#include <tuple>#include <vector>#include <unordered_map>#include <sourcepp/parser/Binary.h>#include "EntityLump.h"#include "LumpData.h"#include "PakLump.h"

Go to the source code of this file.
Classes | |
| class | bsppp::BSP |
Namespaces | |
| namespace | bsppp |
Variables | |
| constexpr auto | bsppp::BSP_SIGNATURE = sourcepp::parser::binary::makeFourCC("VBSP") |
| constexpr auto | bsppp::BSP_CONSOLE_SIGNATURE = sourcepp::parser::binary::makeFourCC("PSBV") |
| constexpr int32_t | bsppp::BSP_LUMP_COUNT = 64 |
| constexpr std::array< uint32_t, 64 > | bsppp::BSP_LUMP_ORDER |
| Pulled from Portal 2, map e1912. | |