home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / nethack-3.1 / sys / amiga / amiwind.p < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.3 KB  |  36 lines

  1. /*   SCCS Id: @(#)amiwind.p    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. /* amiwind.c */
  5. #ifdef    INTUI_NEW_LOOK
  6. struct Window *FDECL(OpenShWindow, (struct ExtNewWindow *));
  7. #else
  8. struct Window *FDECL(OpenShWindow, (struct NewWindow *));
  9. #endif
  10. void FDECL(CloseShWindow, (struct Window *));
  11. int NDECL(kbhit );
  12. int NDECL(WindowGetchar );
  13. WETYPE NDECL(WindowGetevent );
  14. void NDECL(WindowFlush );
  15. void FDECL(WindowPutchar, (char ));
  16. void FDECL(WindowFPuts, (const char *));
  17. void FDECL(WindowPuts, (const char *));
  18. void FDECL( WindowPrintf, ( char *,... ));
  19. void NDECL(CleanUp );
  20. int FDECL(ConvertKey, ( struct IntuiMessage * ));
  21. void FDECL(Abort, (long ));
  22. void FDECL(flush_glyph_buffer, (struct Window *));
  23. void FDECL(amiga_print_glyph, (winid , int , int ));
  24. void FDECL(start_glyphout, (winid ));
  25. void FDECL(end_glyphout, (winid ));
  26. #ifdef    INTUI_NEW_LOOK
  27. struct ExtNewWindow *FDECL(DupNewWindow, (struct ExtNewWindow *));
  28. void FDECL(FreeNewWindow, (struct ExtNewWindow *));
  29. #else
  30. struct NewWindow *FDECL(DupNewWindow, (struct NewWindow *));
  31. void FDECL(FreeNewWindow, (struct NewWindow *));
  32. #endif
  33. void NDECL(bell );
  34. void NDECL(amii_delay_output );
  35. void FDECL(amii_number_pad, (int ));
  36.