/***************************************************************************
* OBLIVION 1.2 is copyright by Wes Wagner August, 1996 *
* by using this code you have agreed to the terms of the Oblivion License*
**************************************************************************/
#define MAX_SCHOOLS 27
struct magic_flag
{
char * school_name;
char * short_name;
long flag;
sh_int is_sphere;
};