dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// magic_sb.h - spells/skills introduced by stormbringer coders
/***************************************************************************
 * The Dawn of Time v1.69r (c)1997-2004 Michael Garratt                    *
 * >> A number of people have contributed to the Dawn codebase, with the   *
 *    majority of code written by Michael Garratt - www.dawnoftime.org     *
 * >> To use this source code, you must fully comply with the dawn license *
 *    in licenses.txt... In particular, you may not remove this copyright  *
 *    notice.                                                              *
 **************************************************************************/
#ifndef MAGIC_SB_H
#define MAGIC_SB_H 

DECLARE_SPELL_FUN( spell_vicegrip	);
DECLARE_SPELL_FUN( spell_sb_gate    );
DECLARE_SPELL_FUN( spell_sb_portal  );
DECLARE_SPELL_FUN( spell_sb_magic_missile  );
DECLARE_SPELL_FUN( spell_sb_strength_of_the_land  );
DECLARE_SPELL_FUN( spell_sb_word_of_recall  );
DECLARE_SPELL_FUN( spell_sb_protection_good  );
DECLARE_SPELL_FUN( spell_sb_protection_evil  );
DECLARE_SPELL_FUN( spell_sb_holy_word  );
DECLARE_SPELL_FUN( spell_sb_cure_light  );
DECLARE_SPELL_FUN( spell_sb_cure_serious  );
DECLARE_SPELL_FUN( spell_sb_cure_critical  );
DECLARE_SPELL_FUN( spell_sb_calm  );
DECLARE_SPELL_FUN( spell_sb_blindness  );
DECLARE_SPELL_FUN( spell_sb_illusions_grandeur  );
DECLARE_SPELL_FUN( spell_sb_poison_rain  );

#endif // MAGIC_SB_H