Couple of extra nethack->anethack
[aNetHack.git] / include / macpopup.h
bloba8cd4bcf68852cff3762f9454debf7ac971a21da
1 /* aNetHack 0.0.1 macpopup.h $ANH-Date: 1432512781 2015/05/25 00:13:01 $ $ANH-Branch: master $:$ANH-Revision: 1.10 $ */
2 /* Copyright (c) Nethack Development Team, 1999. */
3 /* aNetHack may be freely redistributed. See license for details. */
5 #ifndef MACPOPUP_H
6 #define MACPOPUP_H
8 /* ### mmodal.c ### */
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);
15 #endif /* MACPOPUP_H */