8 lines
182 B
Cheetah
8 lines
182 B
Cheetah
|
#pragma once
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <desktop/animations/animation_storage_i.h>
|
||
|
|
||
|
extern const StorageAnimation {{ symbol_name }}[];
|
||
|
extern const size_t {{ symbol_name }}_size;
|