summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.h
blob: 328ebd0a678fdbfb8771973e4abec2da9292b242 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MONSPEAK_H
#define MONSPEAK_H

#include "externs.h"

bool mons_speaks(const monsters *monster);

#endif