#ifndef GRAPHICS_REGIONS_H
#define GRAPHICS_REGIONS_H

/*******************************************************************
 pOS / Amiga adapt
*******************************************************************/

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef __INC_POS_PLAYER_REGION_H
#include <pLayer/Region.h>
#endif
#ifndef GRAPHICS_GFX_H
#include <graphics/gfx.h>
#endif


struct Region  /** NOT_COMPATIBLE **/
{
  struct MinList   rg_List;
  struct Rectangle bounds;

/** private **/
  struct pOS_MemPool rg_MemPool;
};





#ifdef __IGNORE_NOT_SUPPORTED__

 struct RegionRectangle
 {
   struct MinNode    rr_Node;
   struct Rectangle  bounds;
 };


#endif /** __IGNORE_NOT_SUPPORTED__ **/

#endif  /* GRAPHICS_REGIONS_H */
