home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pIntui / LayDam.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.3 KB  |  44 lines

  1. @DATABASE "pIntui/LayDam.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/LayDam.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:09
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/LayDam.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/LayDam.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_LayoutDamage" LINK "pIntui/LayDam.h/File" 17}
  16.  
  17. @ENDNODE
  18. @NODE File "pIntui/LayDam.h"
  19. #ifndef __INC_POS_PINTUI_LAYDAM_H
  20. #define __INC_POS_PINTUI_LAYDAM_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>LayDam.h<<   12 Sep 1996    11:01:22 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PLAYER_REGION_H
  30. #include <@{"pLayer/Region.h" LINK "pLayer/Region.h/File"}>
  31. #endif
  32.  
  33. /*----------------------------------
  34. -----------------------------------*/
  35. struct pOS_LayoutDamage
  36. {
  37.   @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_DamLst;   /* Damage-Region */
  38.   @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_Protect;  /* Protected-Region (no draw) */
  39.   @{"struct pOS_Region" LINK "pLayer/Region.h/File" 30} lyd_NoErase;  /* No erase region (wird autom. zu DamgLst addiert) */
  40. };
  41.  
  42. #endif
  43. @ENDNODE
  44.