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

Go to the source code of this file.

Namespaces

namespace  vcryptpp
 
namespace  vcryptpp::VFONT
 

Functions

std::vector< std::byte > vcryptpp::VFONT::decrypt (std::span< const std::byte > data)
 

Variables

constexpr std::string_view vcryptpp::VFONT::SIGNATURE = "VFONT1"
 
constexpr uint8_t vcryptpp::VFONT::MAGIC = 167