home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pWB / DiskObject.h
Encoding:
C/C++ Source or Header  |  1997-03-18  |  765 b   |  33 lines

  1. #ifndef __INC_POS_PWB_DISKOBJECT_H
  2. #define __INC_POS_PWB_DISKOBJECT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>DiskObject.h<<   07 Feb 1997    11:42:12 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_LIST_H
  12. #include <pExec/List.h>
  13. #endif
  14. #ifndef __INC_POS_PLAYER_RECT_H
  15. #include <pLayer/Rect.h>
  16. #endif
  17.  
  18.  
  19.  
  20. /*----------------------------------
  21. -----------------------------------*/
  22. struct pOS_DiskObject
  23. {
  24.   struct pOS_ExNode    do_Node;
  25.   UWORD                do_Type;
  26.   ULONG                do_Flags;
  27.   struct pOS_Point     do_GadPos;
  28.  
  29. /*** SYSTEM-DATAS ***/
  30. };
  31.  
  32. #endif
  33.