Source:NetHack 3.4.3/include/macpopup.h

From NetHackWiki
Jump to navigation Jump to search

Below is the full text to include/macpopup.h from NetHack 3.4.3. To link to a particular line, write [[macpopup.h#line123]], for example.

/*	SCCS Id: @(#)macpopup.h	3.4	1999/10/25	*/
/* Copyright (c) Nethack Develpment Team, 1999.		*/
/* NetHack may be freely redistributed.  See license for details. */

The NetHack General Public License applies to screenshots, source code and other content from NetHack.

This content was modified from the original NetHack source code distribution (by splitting up NetHack content between wiki pages, and possibly further editing). See the page history for a list of who changed it, and on what dates.

#ifndef MACPOPUP_H
# define MACPOPUP_H

/* ### mmodal.c ### */

extern void FlashButton(DialogRef, short);
extern char queued_resp(char *resp);
extern char topl_yn_function(const char *query, const char *resp, char def);
extern int get_line_from_key_queue(char *bufp);

#endif /* MACPOPUP_H */