mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-09 06:53:49 -04:00
Add basic thumbnail parsing functionality.
This commit is contained in:
@@ -109,6 +109,8 @@ namespace recompui {
|
||||
Rml::ElementPtr create_custom_element(Rml::Element* parent, std::string tag);
|
||||
Rml::ElementDocument* load_document(const std::filesystem::path& path);
|
||||
Rml::ElementDocument* create_empty_document();
|
||||
void queue_image_from_bytes(const std::string &src, const std::vector<char> &bytes);
|
||||
void release_image(const std::string &src);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user