home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
demos
/
secal
/
inc
/
graphics
/
regions.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
205 b
|
15 lines
include "inc/exec/types.inc";
include "inc/graphics/gfx.inc";
struct RegionRectangle is
Next:ulong;
Prev:ulong;
bounds:Rectangle;
;
struct Region is
bounds:Rectangle;
RegionRectangle:ulong;
;