dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// magic_re.h -
/***************************************************************************
 * 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_RE_H
#define MAGIC_RE_H 

DECLARE_SPELL_FUN( spell_prayer				);
DECLARE_SPELL_FUN( spell_wildstrike			);
DECLARE_SPELL_FUN( spell_smite				);
DECLARE_SPELL_FUN( spell_cantrip			);
DECLARE_SPELL_FUN( spell_augment_hearing	);
DECLARE_SPELL_FUN( spell_aura_of_temperance	);

#endif // MAGIC_RE_H