/* $Revision Header *** Header built automatically - do not edit! ***********
 *
 *	(C) Copyright 1992 by Metalworx
 *
 *	Name .....: pre.c
 *	Created ..: Sun 26-Apr-92 13:58
 *	Revision .: 1
 *
 *	Date		Author		Comment
 *	=========	========	====================
 *	29-Apr-92       Mtwx            Anpassung an verschiedene Math-Modelle
 *	     1990	Mtwx		Created this file!
 *
 * $Revision Header ********************************************************/
 #define REVISION 1

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mathlibs.h"
#include <intuition/intuitionbase.h>
#include <graphics/gfxbase.h>
#include <libraries/dosextens.h>
#include <libraries/arpbase.h>
#include <libraries/reqbase.h>
#include <clib/req_protos.h>
#include <req.h>		     /* enthält #pragmas für req.library */
#include <exec/execbase.h>
#include <exec/memory.h>
#include <workbench/workbench.h>
#include <workbench/icon.h>
#include <time.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/intuition.h>
#include <proto/graphics.h>
#include <mtwx_defs.h>
