|
| CTextureBundleXBT (bool themeBundle) |
|
void | SetThemeBundle (bool themeBundle) |
|
bool | HasFile (const std::string &Filename) |
|
std::vector< std::string > | GetTexturesFromPath (const std::string &path) |
|
bool | LoadTexture (const std::string &filename, std::unique_ptr< CTexture > &texture, int &width, int &height) |
| See CTextureBundle::LoadTexture.
|
|
bool | LoadAnim (const std::string &filename, std::vector< std::pair< std::unique_ptr< CTexture >, int >> &textures, int &width, int &height, int &nLoops) |
| See CTextureBundle::LoadAnim.
|
|
void | CloseBundle () |
|
◆ UnpackFrame()
std::vector< uint8_t > CTextureBundleXBT::UnpackFrame |
( |
const CXBTFReader & |
reader, |
|
|
const CXBTFFrame & |
frame |
|
) |
| |
|
static |
- Todo:
- Change return to std::optional<std::vector<uint8_t>>> when c++17 is allowed
The documentation for this class was generated from the following files: