summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 9f8779ae40..8b976c3492 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -10,6 +10,7 @@
#include "externs.h"
+#include "random.h"
#include "ray.h"
class monsters;
@@ -274,8 +275,6 @@ public:
bool stop_at_statues, bool stop_at_walls);
};
-dice_def calc_dice( int num_dice, int max_damage );
-
// Test if the to-hit (attack) beats evasion (defence).
bool test_beam_hit(int attack, int defence);