version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_spellist_h = | | * static char *rcsid_spellist_h = |
* "$Id: spellist.h,v 1.3 1999/09/17 19:29:27 damn Exp $"; | | * "$Id: spellist.h,v 1.4 1999/09/18 07:40:34 damn Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
The author can be reached via e-mail to mark@pyramid.com | | The author can be reached via e-mail to mark@pyramid.com |
*/ | | */ |
| | |
#ifndef SPELLIST_H | | |
#define SPELLIST_H | | |
| | |
#include "spells.h" | | #include "spells.h" |
| | |
spell spells[NROFREALSPELLS]={ | | spell spells[NROFREALSPELLS]={ |
| | |
"Light" | | "Light" |
}; | | }; |
| | |
#endif | | |