#ifndef prototypes_H #define prototypes_H typedef struct { uint8_t *colors; uint8_t *data; uint16_t *offsets; uint16_t *delays; boolean individual_delays; int color_count; int frame_count; int w; int h; } AnimationData; #endif