Update dependencies
[xfishtank.git] / bubbles.h
CommitLineData
2ac45f02
MG
1
2unsigned char xbBits[9][8] = {
3 {0x00},
4 {0xff},
5 {0xff, 0xff},
6 {0xff, 0xff, 0xff},
7 {0x06, 0x0b, 0x09, 0x06},
8 {0x0e, 0x17, 0x13, 0x11, 0x0e},
9 {0x1e, 0x2d, 0x27, 0x21, 0x21, 0x1e},
10 {0x1c, 0x2a, 0x4d, 0x47, 0x41, 0x22, 0x1c},
11 {0x3c, 0x4e, 0x8b, 0x87, 0x81, 0x81, 0x42, 0x3c}
12};
This page took 0.00881 seconds and 4 git commands to generate.