1 #ifndef GRAPHICS_REGIONS_H
2 #define GRAPHICS_REGIONS_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Graphics region definitions.
13 # include <exec/types.h>
15 #ifndef GRAPHICS_GFX_H
16 # include <graphics/gfx.h>
21 struct Rectangle bounds
;
22 struct RegionRectangle
* RegionRectangle
;
25 struct RegionRectangle
27 struct RegionRectangle
* Next
;
28 struct RegionRectangle
* Prev
;
29 struct Rectangle bounds
;
32 #endif /* GRAPHICS_REGIONS_H */