![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
Functions | |
std::vector< std::byte > | decrypt (std::span< const std::byte > data) |
Variables | |
constexpr std::string_view | SIGNATURE = "VFONT1" |
constexpr uint8_t | MAGIC = 167 |
std::vector< std::byte > vcryptpp::VFONT::decrypt | ( | std::span< const std::byte > | data | ) |