summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/insult.h
blob: d29b66acb4d7f03fbf3380b971482b1c275fa339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef INSULT_H
#define INSULT_H

#include "externs.h"

void imp_taunt( const monsters *mons );
void demon_taunt( const monsters *mons );
const char * generic_insult(void);
const char * racial_insult(void);

#endif