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

 $AUT Holger Burkarth
 $DAT >>IntuDrag.h<<   02 Nov 1996    11:57:54 - (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_Drag {VOID* private; };
 struct pOS_DragList {VOID* private; };


#endif
