OSDN Git Service

force nhdefkey.dll
[jnethack/source.git] / include / macpopup.h
1 /* NetHack 3.6  macpopup.h      $NHDT-Date: 1432512781 2015/05/25 00:13:01 $  $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
2 /* Copyright (c) Nethack Development Team, 1999.                */
3 /* NetHack may be freely redistributed.  See license for details. */
4
5 #ifndef MACPOPUP_H
6 #define MACPOPUP_H
7
8 /* ### mmodal.c ### */
9
10 extern void FlashButton(DialogRef, short);
11 extern char queued_resp(char *resp);
12 extern char topl_yn_function(const char *query, const char *resp, char def);
13 extern int get_line_from_key_queue(char *bufp);
14
15 #endif /* MACPOPUP_H */