summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/insult.h
blob: 143d0ecae3815f0c3ad02f6d89f165eee211c340 (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( struct monsters *mons );
void demon_taunt( struct monsters *mons );
const char * generic_insult(void);
const char * racial_insult(void);

#endif