unleashed-firmware/applications/services/desktop/animations/animation_storage_i.h

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;
};