1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-04 20:47:10 +01:00
notnotdnethack/include/hashutil.h
ChrisANG b0a3dec699 Store the key for the hashmap
Turns out it stores the pointer.
2025-05-03 18:29:48 -04:00

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;
};