Arduboy2/breakout_bitmaps.h

14 lines
200 B
C
Raw Normal View History

2015-05-01 05:17:25 +00:00
#ifndef ASTEROID_BITMAPS_H
#define ASTEROID_BITMAPS_H
#include <avr/pgmspace.h>
extern const unsigned char fire[];
extern const unsigned char title[];
extern const unsigned char arrow[];
#endif