File: bubbles.h

package info (click to toggle)
xfishtank 2.2-13
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,184 kB
  • ctags: 1,778
  • sloc: ansic: 27,951; makefile: 1,522
file content (13 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13

unsigned char xbBits[9][8] = {
  {0x00 },
  {0xff },
  {0xff,0xff },
  {0xff,0xff,0xff },
  {0x06,0x0b,0x09,0x06 },
  {0x0e,0x17,0x13,0x11,0x0e },
  {0x1e,0x2d,0x27,0x21,0x21,0x1e },
  {0x1c,0x2a,0x4d,0x47,0x41,0x22,0x1c },
  {0x3c,0x4e,0x8b,0x87,0x81,0x81,0x42,0x3c }
};