mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 16:27:17 +01:00
8 lines
276 B
C
8 lines
276 B
C
Const
|
|
bm2_width : longint = 16;
|
|
bm2_height : longint = 16;
|
|
bm2_bits : array[1..32] of byte = (
|
|
$00, $00, $00, $57, $7c, $72, $fc, $52, $fc, $00, $7c, $01,
|
|
$7c, $1f, $fc, $22, $40, $42, $40, $44, $40, $43, $c0, $40,
|
|
$70, $40, $8c, $20, $00, $1f, $00, $00 );
|