home *** CD-ROM | disk | FTP | other *** search
- #include <intuition/intuition.h>
- /* Iff2Src conversion: dh0:tsm/brushes/Goto.brush */
-
- static UWORD __chip goto_data[60] = // note twice the actual size
- {
- /* Plane 0 */
- 0x0000,
- 0x0001,
- 0x1FF9,
- 0x1009,
- 0x13C9,
- 0x1669,
- 0x1069,
- 0x10C9,
- 0x1189,
- 0x1009,
- 0x1189,
- 0x1009,
- 0x1FF9,
- 0x0001,
- 0x7FFF,
- /* Plane 1 */
- 0xFFFF,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000
- };
-
-
- struct Image goto_im =
- {
- 0,0,
- 16,15,
- 2,
- &goto_data[0],
- 0x03,0x0,
- NULL
- };
-
- struct Image goto_imx =
- {
- 0,0,
- 16,15,
- 2,
- &goto_data[30],
- 0x03,0x0,
- NULL
- };
-