Initial. Don't... just don't ask.

This commit is contained in:
Ryan McGrath 2011-02-24 00:22:00 -08:00
commit 00bae13bba
586 changed files with 129057 additions and 0 deletions

17
demos/arrow.h Normal file
View file

@ -0,0 +1,17 @@
unsigned int arrow[64] = {
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00200000, 0x00700000,
0x00380000, 0x00180000, 0x001c0000, 0x000e0000,
0x00070000, 0x00038000, 0x00018000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0xc0000000, 0xb0000000, 0x4c000000, 0x43000000,
0x20c00000, 0x20300000, 0x10080000, 0x10100000,
0x08300000, 0x08600000, 0x04e00000, 0x05f00000,
0x03380000, 0x00180000, 0x001c0000, 0x000e0000,
0x00070000, 0x00038000, 0x00018000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000};