Arduboy2/examples/ArduBreakout/breakout_bitmaps.h

10 lines
196 B
C
Raw Normal View History

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