more DUMPLOG lint
[aNetHack.git] / sys / amiga / amigst.c
blob91f0d3430fcaad26fe6695ff479e9b84cc86b97e
1 /* NetHack 3.6 amigst.c $NHDT-Date: 1432512794 2015/05/25 00:13:14 $ $NHDT-Branch: master $:$NHDT-Revision: 1.7 $ */
2 /* Copyright (c) Gregg Wonderly, Naperville, IL, 1992, 1993 */
3 /* NetHack may be freely redistributed. See license for details. */
5 #include <stdio.h>
6 #include <exec/types.h>
7 #include <exec/io.h>
8 #include <exec/alerts.h>
9 #include <exec/devices.h>
10 #include <devices/console.h>
11 #include <devices/conunit.h>
12 #include <graphics/gfxbase.h>
13 #include <intuition/intuition.h>
14 #include <libraries/dosextens.h>
15 #include <ctype.h>
16 #undef strcmpi
17 #include <string.h>
18 #include <errno.h>
20 #ifdef __SASC
21 #include <dos.h> /* for __emit */
22 #include <string.h>
23 #include <proto/dos.h>
24 #include <proto/exec.h>
25 #include <proto/graphics.h>
26 #include <proto/intuition.h>
27 #include <proto/diskfont.h>
28 #include <proto/console.h>
29 #endif
31 #include "hack.h"
32 #include "winprocs.h"
33 #include "winami.h"
35 #ifdef AZTEC
36 #include <functions.h>
37 #endif
39 #include "NH:sys/amiga/winami.p"
40 #include "NH:sys/amiga/amiwind.p"
41 #include "NH:sys/amiga/amidos.p"
43 /* end amigst.c */