summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.h
blob: f10b543097b5013a524fa515544ee2936d734dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  File:       mon-project.cc
 *  Summary:    Slow projectiles, done as monsters.
 *  Written by: Adam Borowski
 */

#ifndef MON_PROJECT_H
#define MON_PROJECT_H

#include "beam.h"

bool cast_iood(actor *caster, int pow, bolt *beam);
bool iood_act(monsters &mon, bool no_trail = false);

#endif