move some left-over outdated files from old Mac
This commit is contained in:
15
outdated/include/macpopup.h
Normal file
15
outdated/include/macpopup.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* NetHack 3.7 macpopup.h $NHDT-Date: 1596498542 2020/08/03 23:49:02 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.12 $ */
|
||||
/* Copyright (c) Nethack Development Team, 1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#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 */
|
||||
Reference in New Issue
Block a user