1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00
Files

10 lines
210 B
C

#pragma once
#include "animation_storage.h"
#include "animation_manager.h"
struct StorageAnimation {
const BubbleAnimation* animation;
bool external;
StorageAnimationManifestInfo manifest_info;
};