File: square_empty.bit

package info (click to toggle)
xmix 2.1-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 164 kB
  • ctags: 263
  • sloc: ansic: 539; makefile: 262
file content (6 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define square_empty_width 15
#define square_empty_height 15
static char square_empty_bits[] = {
   0xff, 0x7f, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40,
   0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40,
   0x01, 0x40, 0x01, 0x40, 0xff, 0x7f};