/* Copyright (c) 1997 by A BIG Corporation.  All Rights Reserved */

/***
   NAME
     amiga
   PURPOSE
     
   NOTES
     
   HISTORY
     Terje Pedersen - Mar 27, 1997: Created.
***/

#ifndef X11AMIGA
#define X11AMIGA

#include <proto/graphics.h>
#include <proto/intuition.h>

#include <graphics/gfx.h>
#include <graphics/gfxbase.h>
#include <graphics/gfxmacros.h>

#include <intuition/intuition.h>
#include <intuition/intuitionbase.h>

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#endif /* X11AMIGA */
