#ifndef COURSE_OFFSETS_H #define COURSE_OFFSETS_H #include #include #include #include typedef struct { u8 *addr; // segmented address texture file u32 file_size; // compressed file size u32 data_size; // uncompressed texture size u32 padding; // always zero } course_texture; extern Gfx toads_turnpike_dl_0[]; extern Gfx toads_turnpike_dl_1[]; extern Gfx toads_turnpike_dl_2[]; extern Gfx toads_turnpike_dl_3[]; extern Gfx toads_turnpike_dl_4[]; extern Gfx toads_turnpike_dl_5[]; extern Gfx toads_turnpike_dl_6[]; extern Gfx toads_turnpike_dl_7[]; extern Gfx toads_turnpike_dl_8[]; extern Gfx toads_turnpike_dl_9[]; extern Gfx toads_turnpike_dl_10[]; extern Gfx toads_turnpike_dl_11[]; #endif // COURSE_OFFSETS_H