25 lines
579 B
C
25 lines
579 B
C
|
|
//{{BLOCK(boxed_dot)
|
|
|
|
//======================================================================
|
|
//
|
|
// boxed_dot, 32x32@16,
|
|
// + bitmap not compressed
|
|
// Total size: 2048 = 2048
|
|
//
|
|
// Time-stamp: 2024-02-22, 18:10:53
|
|
// 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 short boxed_dotBitmap[1024];
|
|
|
|
#endif // GRIT_BOXED_DOT_H
|
|
|
|
//}}BLOCK(boxed_dot)
|