#ifndef __INC_POS_PLAYER_REGION_H
#define __INC_POS_PLAYER_REGION_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>Region.h<<   13 Apr 1996    17:20:41 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_MEMORY_H
#include <pExec/Memory.h>
#endif
#ifndef __INC_POS_PLAYER_RECT_H
#include <pLayer/Rect.h>
#endif


/*----------------------------------
-----------------------------------*/
struct pOS_RegionRectangle
{
  struct pOS_Node      rr_Node;
  struct pOS_Rectangle rr_Bounds;
};


/*----------------------------------
-----------------------------------*/
struct pOS_Region
{
  struct pOS_List      rg_List;    /* pOS_RegionRectangle List */
  struct pOS_Rectangle rg_Bounds;

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



#endif
