dolphin.h.tmpl 182 B

1234567
  1. #pragma once
  2. #include <stddef.h>
  3. #include <desktop/animations/animation_storage_i.h>
  4. extern const StorageAnimation {{ symbol_name }}[];
  5. extern const size_t {{ symbol_name }}_size;