|
Last change
on this file was
2,
checked in by oldcode, 25 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
309 bytes
|
| Line | |
|---|
| 1 | #define move2_width 16 |
|---|
| 2 | #define move2_height 16 |
|---|
| 3 | static char move2_bits[] = { |
|---|
| 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x0e, 0x00, 0x1c, 0x00, 0x38, |
|---|
| 5 | 0xff, 0x7f, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x38, 0x00, 0x1c, 0x00, 0x0e, |
|---|
| 6 | 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,0x00,0x00,0x00,0x00,0x00}; |
|---|
Note: See
TracBrowser
for help on using the repository browser.