/**************************************************************************
*
* Include all necessary include-files for Mandel here.
* Using the MANX +H<filename> option, compile it into a single, compacted
* include-file, which can be used by all other compiles using the
* +I<filename> option.
*
* THIS IS A GREAT DEAL  F A S T E R !!!
* 
*************************************************************************/

#include <exec/types.h>
#include <exec/devices.h>
#include <exec/memory.h>
#include <exec/semaphores.h>

#include <graphics/gels.h>
#include <graphics/copper.h>
#include <graphics/regions.h>

#include <devices/keymap.h>

#include <libraries/dos.h>
#include <libraries/dosextens.h>

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

#include "mandel.h"
