game_sprites.h 193 B

1234567891011
  1. #ifndef GAME_SPRITES_H
  2. #define GAME_SPRITES_H
  3. #include <gui/icon_animation.h>
  4. typedef struct {
  5. IconAnimation* barry;
  6. IconAnimation* scientist;
  7. } GameSprites;
  8. #endif // GAME_SPRITES_H