summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.h
blob: f64ffeb890c0c7b151139d1fe7ca8d1670918472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *  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