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