mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
9 lines
210 B
C
9 lines
210 B
C
#pragma once
|
|
#include "animation_storage.h"
|
|
#include "animation_manager.h"
|
|
|
|
struct StorageAnimation {
|
|
const BubbleAnimation* animation;
|
|
bool external;
|
|
StorageAnimationManifestInfo manifest_info;
|
|
};
|