home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PWB_DISKOBJECT_H
- #define __INC_POS_PWB_DISKOBJECT_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>DiskObject.h<< 07 Feb 1997 11:42:12 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <pExec/List.h>
- #endif
- #ifndef __INC_POS_PLAYER_RECT_H
- #include <pLayer/Rect.h>
- #endif
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_DiskObject
- {
- struct pOS_ExNode do_Node;
- UWORD do_Type;
- ULONG do_Flags;
- struct pOS_Point do_GadPos;
-
- /*** SYSTEM-DATAS ***/
- };
-
- #endif
-