git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5747 c06c8d41-db1a-0410-9941-cceddc491573
5IDWJF6VEZYCN64IW2XQYR42VEFAB6BR4WE4RNWXZ35JFDOZA77QC
// last updated 24may2000 {dlb}
/* ***********************************************************************
* called from: it_use3 - spell
* *********************************************************************** */
bool summon_elemental(int pow, bool god_gift = false,
monster_type restricted_type = MONS_PROGRAM_BUG,
int unfriendly = 2);
// last updated 24may2000 {dlb}
/* ***********************************************************************
* called from: it_use3 - spell
* *********************************************************************** */
bool cast_summon_elemental(int pow, bool god_gift = false,
monster_type restricted_type = MONS_PROGRAM_BUG,
int unfriendly = 2);
// last updated 24may2000 {dlb}
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */