summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-26 10:08:26 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-26 10:08:26 +0000
commitfb7a3b56c6dde207c2fa6233d0738af8b20fac6d (patch)
tree211ded0a34bc6949cad45bf6cb2cd73b3daccc7b /crawl-ref/source/stuff.h
parent95b4d220b5abfe9a835832a8ebcda1a12951cb28 (diff)
downloadcrawl-ref-fb7a3b56c6dde207c2fa6233d0738af8b20fac6d.tar.gz
crawl-ref-fb7a3b56c6dde207c2fa6233d0738af8b20fac6d.zip
[1829946] Fixed broken beam tracers.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3341 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index de773bcd54..0ff8ba7d91 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -32,6 +32,7 @@ void pop_rng_state();
void cf_setseed();
bool coinflip();
int div_rand_round( int num, int den );
+int div_round_up( int num, int den );
bool one_chance_in(int a_million);
int random2(int randmax);
int random_range(int low, int high);