// Converted using ConvPNG // This file contains all the graphics sources for easier inclusion in a project #ifndef __wheels_gfx__ #define __wheels_gfx__ #include extern uint8_t wheels_ts_tile_0_compressed[]; extern uint8_t wheels_ts_tile_1_compressed[]; #define wheels_ts_tiles_num 2 extern uint8_t *wheels_ts_tiles_compressed[2]; #endif