File: pause.xbm

package info (click to toggle)
mctools-lite 970129-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,680 kB
  • ctags: 1,659
  • sloc: ansic: 16,035; sh: 164; makefile: 69
file content (6 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define pause_width 16
#define pause_height 16
static char pause_bits[] = {
   0x00, 0x00, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06,
   0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06,
   0x30, 0x06, 0x30, 0x06, 0x00, 0x00, 0x00, 0x00};