dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// magic_ce.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_CE_H
#define MAGIC_CE_H

DECLARE_SPELL_FUN( spell_chaotic_poison		);
DECLARE_SPELL_FUN( spell_protection_acid	);
DECLARE_SPELL_FUN( spell_holy_beam			);
DECLARE_SPELL_FUN( spell_strength_of_the_land );
DECLARE_SPELL_FUN( spell_resist_weapons		);
DECLARE_SPELL_FUN( spell_deafness			);
DECLARE_SPELL_FUN( spell_cure_deafness		);

#endif // MAGIC_CE_H