summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.h
blob: 848dacbf7c812020d5824f125bbbf3e2796a9d53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  File:       mstuff2.h
 *  Summary:    Misc monster related functions.
 *  Written by: Linley Henzell
 */


#ifndef MSTUFF2_H
#define MSTUFF2_H


#include <string>
#include "externs.h"

struct bolt;

#endif