summaryrefslogtreecommitdiffstats
path: root/trunk/source/monspeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/monspeak.h')
-rw-r--r--trunk/source/monspeak.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/source/monspeak.h b/trunk/source/monspeak.h
new file mode 100644
index 0000000000..7a6559b04e
--- /dev/null
+++ b/trunk/source/monspeak.h
@@ -0,0 +1,8 @@
+#ifndef MONSPEAK_H
+#define MONSPEAK_H
+
+#include "externs.h"
+
+bool mons_speaks(struct monsters *monster);
+
+#endif