home *** CD-ROM | disk | FTP | other *** search
- #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>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_LayoutDamage
- {
- struct pOS_Region lyd_DamLst; /* Damage-Region */
- struct pOS_Region lyd_Protect; /* Protected-Region (no draw) */
- struct pOS_Region lyd_NoErase; /* No erase region (wird autom. zu DamgLst addiert) */
- };
-
- #endif
-