blob: 0e54682e6f1cb714825ea8a4445f1fe64b9b7b02 (
plain)
1
2
3
4
5
|
#define water_width 9
#define water_height 9
static unsigned char water_bits[] = {
0x10, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00, 0x82, 0x00, 0x82, 0x00,
0x82, 0x00, 0x44, 0x00, 0x38, 0x00 };
|