mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
8 lines
180 B
C
8 lines
180 B
C
|
#pragma once
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <desktop/animations/animation_storage_i.h>
|
||
|
|
||
|
extern const StorageAnimation dolphin_blocking[];
|
||
|
extern const size_t dolphin_blocking_size;
|