mario-kart-casio/data-headers/images.h

78 lines
3.0 KiB
C

struct image;
extern const struct image* img_kart_0;
extern const struct image* img_kart_1;
extern const struct image* img_kart_2;
extern const struct image* img_kart_3;
extern const struct image* img_kart_4;
extern const struct image* img_kart_5;
extern const struct image* img_kart_6;
extern const struct image* img_kart_7;
extern const struct image* img_kart_8;
extern const struct image* img_kart_9;
extern const struct image* img_kart_10;
extern const struct image* img_kart_11;
extern const struct image* img_kart_12;
extern const struct image* img_kart_13;
extern const struct image* img_kart_14;
extern const struct image* img_kart_15;
extern const struct image* img_kart_16;
extern const struct image* img_kart_17;
extern const struct image* img_kart_18;
extern const struct image* img_kart_19;
extern const struct image* img_kart_20;
extern const struct image* img_kart_21;
extern const struct image* imgs_kart[22];
extern const struct image* img_castle;
extern const struct image* img_bush;
extern const struct image* img_shadow1;
extern const struct image* img_shadow2;
extern const struct image* img_smoke_0;
extern const struct image* img_smoke_1;
extern const struct image* img_smoke_2;
extern const struct image* imgs_smoke[3];
extern const struct image* img_boost_0;
extern const struct image* img_boost_1;
extern const struct image* img_boost_2;
extern const struct image* img_boost_3;
extern const struct image* img_boost_4;
extern const struct image* imgs_boost[5];
extern const struct image* img_font_0;
extern const struct image* img_font_1;
extern const struct image* img_font_2;
extern const struct image* img_font_3;
extern const struct image* img_font_4;
extern const struct image* img_font_5;
extern const struct image* img_font_6;
extern const struct image* img_font_7;
extern const struct image* img_font_8;
extern const struct image* img_font_9;
extern const struct image* img_font_10;
extern const struct image* imgs_font[11];
extern const struct image* img_countdown_0;
extern const struct image* img_countdown_1;
extern const struct image* img_countdown_2;
extern const struct image* img_countdown_3;
extern const struct image* imgs_countdown[4];
extern const struct image* img_fire_0;
extern const struct image* img_fire_1;
extern const struct image* img_fire_2;
extern const struct image* imgs_fire[3];
extern const struct image* img_smallboost_0;
extern const struct image* img_smallboost_1;
extern const struct image* img_smallboost_2;
extern const struct image* img_smallboost_3;
extern const struct image* img_smallboost_4;
extern const struct image* imgs_smallboost[5];
extern const struct image* img_lap_0;
extern const struct image* img_lap_1;
extern const struct image* img_lap_2;
extern const struct image* imgs_lap[3];
extern const struct image* img_bg_dither;
extern const struct image* img_loop_old;
extern const struct image* img_loop;
extern const struct image* img_bg_sunset;
extern const struct image* img_bg;
extern const struct image* img_skygarden_bg;
extern const struct image* img_skygarden_bg2;
extern const struct image* img_tree;