DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a0d087b7a⟧ TextFile

    Length: 285 (0x11d)
    Types: TextFile
    Names: »spell.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Nethack/spell.h« 

TextFile

/*	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