#ifndef GAME_SPRITES_H #define GAME_SPRITES_H #include typedef struct { IconAnimation* barry; IconAnimation* scientist; IconAnimation* missile; } GameSprites; #endif // GAME_SPRITES_H