home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pIntui/LayDam.h"
- @MASTER "Work2:AD/IInc/pIntui/LayDam.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:09
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pIntui/LayDam.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pIntui/LayDam.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_LayoutDamage" LINK "pIntui/LayDam.h/File" 17}
-
- @ENDNODE
- @NODE File "pIntui/LayDam.h"
- #ifndef __INC_POS_PINTUI_LAYDAM_H
- #define __INC_POS_PINTUI_LAYDAM_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>LayDam.h<< 12 Sep 1996 11:01:22 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PLAYER_REGION_H
- #include <@{"pLayer/Region.h" LINK "pLayer/Region.h/File"}>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_LayoutDamage
- {
- @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_DamLst; /* Damage-Region */
- @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_Protect; /* Protected-Region (no draw) */
- @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_NoErase; /* No erase region (wird autom. zu DamgLst addiert) */
- };
-
- #endif
- @ENDNODE
-