nexus/spell.h

9 lines
148 B
C
Raw Normal View History

2010-12-07 18:34:26 +11:00
#ifndef __SPELLS_H
#define __SPELLS_H
#include "defs.h"
void dospelleffects(lifeform_t *caster, enum OBTYPE spellid, lifeform_t *target);
#endif