/* * File: monspeak.h * Summary: Functions to handle speaking monsters * * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef MONSPEAK_H #define MONSPEAK_H #include "externs.h" bool mons_speaks(const monsters *monster); #endif