macpopup.h

Go to the documentation of this file.
00001 /*      SCCS Id: @(#)macpopup.h 3.4     1999/10/25      */
00002 /* Copyright (c) Nethack Develpment Team, 1999.         */
00003 /* NetHack may be freely redistributed.  See license for details. */
00004 
00005 #ifndef MACPOPUP_H
00006 # define MACPOPUP_H
00007 
00008 /* ### mmodal.c ### */
00009 
00010 extern void FlashButton(DialogRef, short);
00011 extern char queued_resp(char *resp);
00012 extern char topl_yn_function(const char *query, const char *resp, char def);
00013 extern int get_line_from_key_queue(char *bufp);
00014 
00015 #endif /* MACPOPUP_H */