#ifndef __INC_POS_PINTUI_IOBJ_H
#define __INC_POS_PINTUI_IOBJ_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>IObj.h<<   01 Jan 1996    19:42:04 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_LIST_H
#include <pExec/List.h>
#endif

/*----------------------------------
-----------------------------------*/
struct pOS_IntuiObj
{
  struct pOS_IntuiObj *iobj_Next;
  SWORD                iobj_LeftEdge;
  SWORD                iobj_TopEdge;
  UWORD                iobj_FrameCnt;  /* Anzahl der Frames (1,2,...) */
  UWORD                iobj_FrTime;    /* Anzeigelänge in 1/1000 sec. */
};


#endif
