ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:graphics/gfx.m"
NOTE: don't use this output in your code, use the module instead.

CONST BITSET=$8000,
      BITCLR=0,
      AGNUS=1,
      DENISE=1

(---) OBJECT bitmap
(  0)   bytesperrow:INT
(  2)   rows:INT
(  4)   flags:CHAR
(  5)   depth:CHAR
(  6)   pad:INT
(  8)   planes:substructure
(---) ENDOBJECT     /* SIZEOF=40 */

(---) OBJECT rectangle
(  0)   minx:INT
(  2)   miny:INT
(  4)   maxx:INT
(  6)   maxy:INT
(---) ENDOBJECT     /* SIZEOF=8 */

(---) OBJECT rect32
(  0)   minx:LONG
(  4)   miny:LONG
(  8)   maxx:LONG
( 12)   maxy:LONG
(---) ENDOBJECT     /* SIZEOF=16 */

(---) OBJECT tpoint
(  0)   x:INT
(  2)   y:INT
(---) ENDOBJECT     /* SIZEOF=4 */

