![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <array>
#include <cstddef>
#include <memory>
#include <span>
#include <string>
#include <vector>
#include <sourcepp/parser/Binary.h>
Go to the source code of this file.
Classes | |
class | sndpp::XWV |
Namespaces | |
namespace | sndpp |
Variables | |
constexpr auto | sndpp::XWV_SIGNATURE = sourcepp::parser::binary::makeFourCC("XWV ") |