/* * File: monspeak.h * Summary: Functions to handle speaking monsters * * Modified for Crawl Reference by $Author$ on $Date$ * * Change History (most recent first): * * <1> 01/09/00 BWR Created */ #ifndef MONSPEAK_H #define MONSPEAK_H #include "externs.h" bool mons_speaks(const monsters *monster); #endif