This is spell.h in view mode; [Download] [Up]
/* SCCS Id: @(#)spell.h 2.1 87/10/18
/* Copyright 1986, M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
#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 /* SPELL_H /**/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.