home *** CD-ROM | disk | FTP | other *** search
- /*
- * Task Priority Manager
- * Copyright 1993, 1994 Barry McConnell
- * bmccnnll@tcd.ie
- *
- * PriMan's system header file. Contains all the external (system) header
- * files that are referenced by the code. I keep this separate to make it
- * easy to build a GST based on exactly these headers.
- *
- * Set tab stops to 4 when editing this file.
- */
-
- #include <exec/types.h>
- #include <exec/execbase.h>
- #include <exec/memory.h>
- #include <dos/dos.h>
- #include <dos/dosextens.h>
- #include <graphics/gfxbase.h>
- #include <graphics/text.h>
- #include <intuition/gadgetclass.h>
- #include <intuition/intuition.h>
- #include <intuition/intuitionbase.h>
- #include <intuition/imageclass.h>
- #include <intuition/screens.h>
- #include <libraries/amigaguide.h>
- #include <libraries/asl.h>
- #include <libraries/commodities.h>
- #include <libraries/gadtools.h>
- #include <workbench/icon.h>
- #include <workbench/startup.h>
- #include <workbench/workbench.h>
-
- #include <proto/amigaguide.h>
- #include <proto/asl.h>
- #include <proto/commodities.h>
- #include <proto/diskfont.h>
- #include <proto/dos.h>
- #include <proto/exec.h>
- #include <proto/gadtools.h>
- #include <proto/graphics.h>
- #include <proto/icon.h>
- #include <proto/intuition.h>
- #include <proto/wb.h>
- #include <clib/alib_protos.h>
-
- #include <string.h>
-