home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
Linux
/
Divers
/
freedraft.tar.gz
/
freedraft.tar
/
FREEdraft-050298
/
VIEWPORT
/
sigma.vbm
< prev
next >
Wrap
Text File
|
1998-04-21
|
271b
|
9 lines
//vbm1
#define sigma_depth 1
#define sigma_width 15
#define sigma_height 15
static unsigned char sigma_bits[] = {
0x00,0x80,0xfc,0x9f,0xfc,0x9f,0x18,0x98,0x30,0x80,0x60,0x80,0xc0,0x80,0x80,
0x81,0xc0,0x80,0x60,0x80,0x30,0x80,0x18,0x98,0xfc,0x9f,0xfc,0x9f,0x00,0x80
};