home *** CD-ROM | disk | FTP | other *** search
- /* main.h : 2 Jul 1993 */
- #ifndef SDC_PROGRAM
- #define SDC_PROGRAM
-
- #include <libraries/dosextens.h>
- #include <exec/types.h>
- #include <exec/memory.h>
- #include <exec/execbase.h>
- #include <intuition/intuition.h>
- #include <devices/keyboard.h>
-
- #include <proto/dos.h>
- #include <proto/exec.h>
- #include <proto/intuition.h>
-
- #include <stdlib.h>
- /* #include <stdio.h> */
- #include <string.h>
- #include <limits.h>
-
- /* program headers */
- #include "mem:h/define.h"
- #include "mem:h/extern.h"
-
- #endif
-