home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
include
/
graphics
/
regions.i
< prev
next >
Wrap
Text File
|
1991-11-27
|
649b
|
35 lines
IFND GRAPHICS_REGIONS_I
GRAPHICS_REGIONS_I SET 1
**
** $Filename: graphics/regions.i $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 37.0 $
** $Date: 91/01/07 $
**
**
**
** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
** All Rights Reserved
**
IFND EXEC_TYPES_I
include 'exec/types.i'
ENDC
IFND GRAPHICS_GFX_I
include "graphics/gfx.i"
ENDC
STRUCTURE Region,0
STRUCT rg_bounds,ra_SIZEOF
APTR rg_RegionRectangle
LABEL rg_SIZEOF
STRUCTURE RegionRectangle,0
APTR rr_Next
APTR rr_Prev
STRUCT rr_bounds,ra_SIZEOF
LABEL rr_SIZEOF
ENDC ; GRAPHICS_REGIONS_I