File: square_empty.bit

package info (click to toggle)
xmix 2.1-3.1
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 156 kB
  • ctags: 265
  • sloc: ansic: 526; makefile: 259
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};