home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*/
- /* */
- /* F l y i n g T o a s t e r s */
- /* */
- /* */
- /* */
- /*--------------------------------------------------------------------------*/
- /* INCLUDE.h */
- /*--------------------------------------------------------------------------*/
-
- #include <exec/exec.h>
- #include <exec/lists.h>
- #include <dos/dos.h>
- #include <dos/dostags.h>
- #include <intuition/intuition.h>
- #include <intuition/intuitionbase.h>
- #include <intuition/screens.h>
- #include <intuition/gadgetclass.h>
- #include <workbench/workbench.h>
- #include <workbench/startup.h>
- #include <libraries/asl.h>
- #include <libraries/commodities.h>
- #include <libraries/gadtools.h>
- #include <graphics/text.h>
- #include <graphics/gfxmacros.h>
- #include <hardware/custom.h>
- #include <hardware/dmabits.h>
-
-
- #include <proto/exec.h>
- #include <proto/wb.h>
- #include <proto/intuition.h>
- #include <proto/dos.h>
- #include <proto/icon.h>
- #include <proto/asl.h>
- #include <proto/commodities.h>
- #include <proto/gadtools.h>
- #include <proto/diskfont.h>
- #include <proto/graphics.h>
-
- #include <clib/alib_protos.h>
-
-
- #include <string.h>
- #include <stdlib.h>
- #include <stdarg.h>
- #include <ctype.h>
- #include <stdio.h>
- /*
- #include <math.h>
- */
-
- #include <std.h>
-