![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <filesystem>#include <span>#include <utility>#include <vector>#include <sourcepp/parser/Binary.h>

Go to the source code of this file.
Classes | |
| class | sndpp::RIFF |
Namespaces | |
| namespace | sndpp |
Variables | |
| constexpr auto | sndpp::RIFF_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFF") |
| constexpr auto | sndpp::RIFX_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFX") |
| constexpr auto | sndpp::FFIR_SIGNATURE = sourcepp::parser::binary::makeFourCC("FFIR") |