@@ -92,5 +92,14 @@ struct Image
unsigned short height;
};
struct Animation {
unsigned short frame_count;
unsigned short current_frame;
unsigned char frame_delay;
unsigned char frame_progress;
bool is_playing;
bool is_looping;
#endif // STRUCTS_H
The note is not visible to the blocked user.