// Converted using ConvPNG // This file contains all the graphics sources for easier inclusion in a project #ifndef __torpedo_gfx__ #define __torpedo_gfx__ #include extern uint8_t torpedo_ts_tile_0_compressed[]; extern uint8_t torpedo_ts_tile_1_compressed[]; #define torpedo_ts_tiles_num 2 extern uint8_t *torpedo_ts_tiles_compressed[2]; #endif