home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SC650D6.DMS
/
in.adf
/
sc
/
include
/
graphics
/
regions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-10-31
|
238 b
|
11 lines
GRAPHICS_REGIONS_HGRAPHICS_REGIONS_HEXEC_TYPES_H<exec/types.h>GRAPHICS_GFX_H<graphics/gfx.h>
RegionRectangle
{
RegionRectangle*Next,*Prev;
Rectangle bounds;
};
Region
{
Rectangle bounds;
RegionRectangle*RegionRectangle;
};