2024-02-22 17:43:03 -07:00

25 lines
576 B
C

//{{BLOCK(boxed_dot)
//======================================================================
//
// boxed_dot, 32x32@16,
// + bitmap not compressed
// Total size: 2048 = 2048
//
// Time-stamp: 2024-02-22, 17:40:21
// Exported by Cearn's GBA Image Transmogrifier, v0.9.2
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_BOXED_DOT_H
#define GRIT_BOXED_DOT_H
#define boxed_dotBitmapLen 2048
extern const unsigned int boxed_dotBitmap[512];
#endif // GRIT_BOXED_DOT_H
//}}BLOCK(boxed_dot)