Revision 9081,
218 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9080,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9080] | 1 | #define diamond_width 10 |
---|
| 2 | #define diamond_height 10 |
---|
| 3 | static unsigned char diamond_bits[] = { |
---|
| 4 | 0x00, 0x00, 0x10, 0x00, 0x68, 0x00, 0xf4, 0x00, 0xfa, 0x01, 0xfd, 0x03, |
---|
| 5 | 0xfa, 0x01, 0xf4, 0x00, 0x68, 0x00, 0x10, 0x00}; |
---|
Note: See
TracBrowser
for help on using the repository browser.