19 lines
424 B
C
19 lines
424 B
C
#ifndef SPRITES_H
|
|
#define SPRITES_H
|
|
|
|
#include <avr/io.h>
|
|
|
|
c
|
|
// AUTO-GENERATED
|
|
|
|
const uint16_t small_character_moving[4][5][1];
|
|
const uint16_t spaceship_idle[1][36][3];
|
|
const uint16_t table[1][3][1];
|
|
const uint16_t exhaust[1][5][1];
|
|
const uint16_t small_asteroid[7][8][1];
|
|
const uint16_t stars[3][3][1];
|
|
const uint16_t heart_blinking[2][7][1];
|
|
const uint16_t beds[1][8][1];
|
|
const uint16_t turret_controller[1][7][1];
|
|
|
|
#endif
|