File: stipple.112

package info (click to toggle)
crossfire-client 1.71.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,712 kB
  • ctags: 2,260
  • sloc: ansic: 21,465; sh: 4,159; makefile: 259; perl: 72; python: 69
file content (9 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define stipple1_width 24
#define stipple1_height 24
static const char stipple1_bits[] = {
   0xff, 0xff, 0xff, 0x49, 0x92, 0x24, 0x49, 0x92, 0x24, 0xff, 0xff, 0xff,
   0x49, 0x92, 0x24, 0x49, 0x92, 0x24, 0xff, 0xff, 0xff, 0x49, 0x92, 0x24,
   0x49, 0x92, 0x24, 0xff, 0xff, 0xff, 0x49, 0x92, 0x24, 0x49, 0x92, 0x24,
   0xff, 0xff, 0xff, 0x49, 0x92, 0x24, 0x49, 0x92, 0x24, 0xff, 0xff, 0xff,
   0x49, 0x92, 0x24, 0x49, 0x92, 0x24, 0xff, 0xff, 0xff, 0x49, 0x92, 0x24,
   0x49, 0x92, 0x24, 0xff, 0xff, 0xff, 0x49, 0x92, 0x24, 0x49, 0x92, 0x24};