|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 285 (0x11d) Types: TextFile Names: »spell.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Nethack/spell.h«
/* SCCS Id: @(#)spell.h 2.1 87/10/18 /* M. Stephenson 07-07-86 */ #ifndef SPELL_H #define SPELL_H struct spell { int sp_id; /* spell id */ int sp_lev; /* power level */ int sp_flags; /* spfx flags */ #ifdef HARD int sp_uses; /* uses left to spell */ #endif }; #endif