#include <HOT.h>
Definition at line 13 of file HOT.h.
◆ HOT() [1/3]
◆ HOT() [2/3]
HOT::HOT |
( |
std::span< const std::byte > |
hotData | ) |
|
|
explicit |
◆ HOT() [3/3]
HOT::HOT |
( |
const std::string & |
hotPath | ) |
|
|
explicit |
◆ bake() [1/2]
std::vector< std::byte > HOT::bake |
( |
| ) |
const |
◆ bake() [2/2]
bool HOT::bake |
( |
const std::string & |
hotPath | ) |
const |
◆ getFlags()
uint8_t HOT::getFlags |
( |
| ) |
const |
◆ getRects() [1/2]
◆ getRects() [2/2]
const std::vector< HOT::Rect > & HOT::getRects |
( |
| ) |
const |
◆ getVersion()
uint8_t HOT::getVersion |
( |
| ) |
const |
◆ operator bool()
HOT::operator bool |
( |
| ) |
const |
|
explicit |
◆ setFlags()
void HOT::setFlags |
( |
uint8_t |
f | ) |
|
◆ setVersion()
void HOT::setVersion |
( |
uint8_t |
v | ) |
|
◆ flags
uint8_t vtfpp::HOT::flags = 0 |
|
protected |
Definition at line 56 of file HOT.h.
◆ opened
Definition at line 53 of file HOT.h.
◆ rects
std::vector<Rect> vtfpp::HOT::rects |
|
protected |
Definition at line 57 of file HOT.h.
◆ version
uint8_t vtfpp::HOT::version = 1 |
|
protected |
Definition at line 55 of file HOT.h.
The documentation for this class was generated from the following files: