// ANSI headers
#include <string.h>
#include <ctype.h>
#include <stdlib.h>

// Amiga headers
#include <exec/types.h>
#include <exec/execbase.h>
#include <exec/memory.h>
#include <intuition/intuition.h>
#include <dos/dos.h>
#include <workbench/startup.h>

#define __USE_SYSBASE
#undef _USEOLDEXEC_
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#include <proto/icon.h>

