Unload asset pack icons for external apps

This commit is contained in:
Willy-JL
2023-05-28 17:04:33 +01:00
parent 33b8519202
commit 7051917d36
4 changed files with 54 additions and 11 deletions

View File

@@ -12,4 +12,5 @@ struct Icon {
const uint8_t frame_count;
const uint8_t frame_rate;
const uint8_t* const* frames;
Icon* original;
};