#ifndef GAME_SPRITES_H #define GAME_SPRITES_H #include <gui/icon_animation.h> typedef struct { IconAnimation* barry; IconAnimation* scientist; } GameSprites; #endif // GAME_SPRITES_H