home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / nethack-3.1 / sys / amiga / amigst.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-22  |  976 b   |  44 lines

  1. /*    SCCS Id: @(#)amigst.c     3.1    93/01/08
  2. /*    Copyright (c) Gregg Wonderly, Naperville, IL, 1992, 1993      */
  3. /* NetHack may be freely redistributed.  See license for details. */
  4.  
  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>
  19.  
  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
  30.  
  31. #include "hack.h"
  32. #include "winprocs.h"
  33. #include "winami.h"
  34.  
  35. #ifdef AZTEC
  36. #include <functions.h>
  37. #endif
  38.  
  39. #include "Amiga:winami.p"
  40. #include "Amiga:amiwind.p"
  41. #include "Amiga:amidos.p"
  42.  
  43. /* end amigst.c */
  44.