added buffalo.edu and martin@freaknet

This commit is contained in:
wallace-aph
2017-10-19 12:40:28 -04:00
parent 1d781f0b0a
commit 6b32deaffc
2439 changed files with 23928 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
#define bats_width 16
#define bats_height 16
static char bats_bits[] = {
0x09, 0x20,
0x0d, 0x60,
0x1d, 0x70,
0x5c, 0x74,
0xde, 0xf7,
0x5e, 0xf5,
0xde, 0xf7,
0xbe, 0xfb,
0xf6, 0xdf,
0xf2, 0x9f,
0xe2, 0x8f,
0xa3, 0x8b,
0x21, 0x08,
0xa1, 0x0a,
0x21, 0x08,
0x41, 0x04,
};