mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-04 20:47:10 +01:00
11 lines
293 B
C
11 lines
293 B
C
/* SCCS Id: @(#)hashutil.h 3.4 2001/04/12 */
|
|
/* Based on NetHack, Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
struct menucolor_attribs{
|
|
int color;
|
|
int attr;
|
|
char hit;
|
|
long lastused;
|
|
char *key;
|
|
};
|