	IFND	GRAPHICS_GFX_I
GRAPHICS_GFX_I	SET	1

BITSET	equ	$8000
BITCLR	equ	0
AGNUS	equ	1
DENISE	equ	1

	rsreset
BitMap		rs.b	0
bm_BytesPerRow	rs.w	1
bm_Rows		rs.w	1
bm_Flags	rs.b	1
bm_Depth	rs.b	1
bm_Pad		rs.w	1
bm_Planes	rs.b	8*4
bm_SIZEOF	rs.w	0

	rsreset
Rectangle rs.b	0
ra_MinX	rs.w	1
ra_MinY	rs.w	1
ra_MaxX	rs.w	1
ra_MaxY	rs.w	1
ra_SIZEOF rs.w	0

	rsreset
Rect32		rs.b	0
r32_MinX	rs.l	1
r32_MinY	rs.l	1
r32_MaxX	rs.l	1
r32_MaxY	rs.l	1
r32_SIZEOF	rs.w	0

	rsreset
tPoint	rs.b	0
tpt_x	rs.w	1
tpt_y	rs.w	1
tpt_SIZEOF rs.w	0

	ENDC	;GRAPHICS_GFX_I
