SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
RIFF.h File Reference
#include <filesystem>
#include <span>
#include <utility>
#include <vector>
#include <sourcepp/parser/Binary.h>
Include dependency graph for RIFF.h:
This graph shows which files directly or indirectly include this file:

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")