home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Games
/
NetHack 3.1.3
/
source
/
include
/
spell.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-08-01
|
326 b
|
15 lines
|
[
TEXT/R*ch
]
/* SCCS Id: @(#)spell.h 3.1 90/22/02 */
/* 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_uses; /* uses left to spell */
};
#endif /* SPELL_H */