home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pLayer/Region.h"
- @MASTER "Work2:AD/IInc/pLayer/Region.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:19
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pLayer/Region.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pLayer/Region.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_Region" LINK "pLayer/Region.h/File" 30} @{"pOS_RegionRectangle" LINK "pLayer/Region.h/File" 21}
-
- @ENDNODE
- @NODE File "pLayer/Region.h"
- #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" LINK "pExec/Memory.h/File"}>
- #endif
- #ifndef __INC_POS_PLAYER_RECT_H
- #include <@{"pLayer/Rect.h" LINK "pLayer/Rect.h/File"}>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_RegionRectangle
- {
- @{"struct pOS_Node" LINK "pExec/List.h/File" 18} rr_Node;
- @{"struct pOS_Rectangle" LINK "pLayer/Rect.h/File" 17} rr_Bounds;
- };
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_Region
- {
- @{"struct pOS_List" LINK "pExec/List.h/File" 26} rg_List; /* pOS_RegionRectangle List */
- @{"struct pOS_Rectangle" LINK "pLayer/Rect.h/File" 17} rg_Bounds;
-
- /* *** private */
- @{"struct pOS_MemPool" LINK "pExec/Memory.h/File" 74} rg_MemPool;
- };
-
-
-
- #endif
- @ENDNODE
-