|
Last change
on this file was
3563,
checked in by yadhu, 21 years ago
|
|
Modifications to RNA3D Module!!
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
299 bytes
|
| Line | |
|---|
| 1 | #define rectangle_width 16 |
|---|
| 2 | #define rectangle_height 16 |
|---|
| 3 | static unsigned char rectangle_bits[] = { |
|---|
| 4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, |
|---|
| 5 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, |
|---|
| 6 | 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00}; |
|---|
Note: See
TracBrowser
for help on using the repository browser.