Metadata from a ZSPR file header. More...
#include <zspr_loader.h>
Public Attributes | |
| std::string | display_name |
| std::string | author |
| std::string | author_rom_name |
| uint8_t | version = 0 |
| uint16_t | sprite_type = 0 |
Metadata from a ZSPR file header.
Definition at line 21 of file zspr_loader.h.
| std::string yaze::gfx::ZsprMetadata::display_name |
Definition at line 22 of file zspr_loader.h.
Referenced by yaze::gfx::ZsprLoader::ApplyToRom(), and yaze::gfx::ZsprLoader::LoadFromData().
| std::string yaze::gfx::ZsprMetadata::author |
Definition at line 23 of file zspr_loader.h.
Referenced by yaze::gfx::ZsprLoader::LoadFromData().
| std::string yaze::gfx::ZsprMetadata::author_rom_name |
Definition at line 24 of file zspr_loader.h.
Referenced by yaze::gfx::ZsprLoader::LoadFromData().
| uint8_t yaze::gfx::ZsprMetadata::version = 0 |
Definition at line 25 of file zspr_loader.h.
Referenced by yaze::gfx::ZsprLoader::LoadFromData().
| uint16_t yaze::gfx::ZsprMetadata::sprite_type = 0 |
Definition at line 26 of file zspr_loader.h.
Referenced by yaze::gfx::ZsprData::is_link_sprite(), and yaze::gfx::ZsprLoader::LoadFromData().