#ifndef INTUITION_CGHOOKS_H
#define INTUITION_CGHOOKS_H 1

/*******************************************************************
 pOS / Amiga adapt
*******************************************************************/

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifndef INTUITION_INTUITION_H
#include <intuition/intuition.h>
#endif

struct GadgetInfo
{
  struct Screen     *gi_Screen;
  struct Window     *gi_Window;
  struct RastPort   *gi_RastPort;
  struct DrawInfo   *gi_DrInfo;
  ULONG              gi_Reserved[5];
};

#endif
