summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-06 17:13:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-06 17:13:27 +0200
commitc47ee9af642d5ad698871c7ce31e5ffae6a51d98 (patch)
tree7dc371cd8bf5e7850e0a1a0f077ed1a8cb46956a /crawl-ref/source/random.h
parent4ee4bd8e3265b59996e467dcd555a7bccad1f9ee (diff)
downloadcrawl-ref-c47ee9af642d5ad698871c7ce31e5ffae6a51d98.tar.gz
crawl-ref-c47ee9af642d5ad698871c7ce31e5ffae6a51d98.zip
Rename rng.cc to hash.cc
As that's all that's left.
Diffstat (limited to 'crawl-ref/source/random.h')
-rw-r--r--crawl-ref/source/random.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/random.h b/crawl-ref/source/random.h
index ad7e971420..abd0bd483f 100644
--- a/crawl-ref/source/random.h
+++ b/crawl-ref/source/random.h
@@ -1,10 +1,9 @@
#ifndef RANDOM_H
#define RANDOM_H
-#include "rng.h"
-
#include <map>
#include <vector>
+#include "hash.h"
void seed_rng();
void seed_rng(uint32_t seed);