#include "sounds.h"#include "spells.h"Go to the source code of this file.
Variables | |
| spell | spells [NROFREALSPELLS] |
| char * | spellpathnames [NRSPELLPATHS] |
Spells list.
Definition in file spellist.h.
| char* spellpathnames[NRSPELLPATHS] |
{
"Protection",
"Fire",
"Frost",
"Electricity",
"Missiles",
"Self",
"Summoning",
"Abjuration",
"Restoration",
"Detonation",
"Mind",
"Creation",
"Teleportation",
"Information",
"Transmutation",
"Transference",
"Turning",
"Wounding",
"Death",
"Light"
}
Spell paths
Definition at line 446 of file spellist.h.
Array of all the spells.
Definition at line 34 of file spellist.h.
1.6.2