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