![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <HOT.h>

Classes | |
| struct | Rect |
Public Member Functions | |
| HOT () | |
| HOT (std::span< const std::byte > hotData) | |
| HOT (const std::filesystem::path &hotPath) | |
| operator bool () const | |
| uint8_t | getVersion () const |
| void | setVersion (uint8_t v) |
| uint8_t | getFlags () const |
| void | setFlags (uint8_t f) |
| const std::vector< Rect > & | getRects () const |
| std::vector< Rect > & | getRects () |
| std::vector< std::byte > | bake () const |
| bool | bake (const std::filesystem::path &hotPath) const |
Protected Attributes | |
| bool | opened |
| uint8_t | version = 1 |
| uint8_t | flags = 0 |
| std::vector< Rect > | rects |
| bool HOT::bake | ( | const std::filesystem::path & | hotPath | ) | const |
|
nodiscard |