home *** CD-ROM | disk | FTP | other *** search
- /* This file includes all system include files for GALer but
- ** without my own include files Localize.h and GALer.h because
- ** they were changed very often during development.
- ** You can use this file to get a SAS/C GST (Global Symbol Table)
- ** file.
- */
-
-
- #include <devices/parallel.h>
-
- #include <exec/memory.h>
- #include <exec/types.h>
- #include <exec/io.h>
- #include <exec/ports.h>
-
- #include <graphics/gfxbase.h>
- #include <graphics/text.h>
- #include <graphics/displayinfo.h>
-
- #include <intuition/intuition.h>
-
- #include <libraries/dos.h>
- #include <libraries/gadtools.h>
- #include <libraries/reqtools.h>
- #include <libraries/locale.h>
- #include <libraries/dosextens.h>
-
- #include <stdio.h>
- #include <string.h>
- #include <ctype.h>
- #include <stdlib.h>
-
- #include <proto/dos.h>
- #include <proto/exec.h>
- #include <proto/gadtools.h>
- #include <proto/graphics.h>
- #include <proto/intuition.h>
- #include <proto/locale.h>
- #include <proto/reqtools.h>
- #include <clib/alib_protos.h>
-
-