summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-14 10:39:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-14 10:39:27 +0200
commit30e9b419dc9f4813c2619d62d09a442d565d2a88 (patch)
treea71995ab4fc2a0e3e4a8267594ae4220a16c0743 /crawl-ref/source/artefact.h
parent9078915a3d43526a920a211bec8e8ae66803aa33 (diff)
downloadcrawl-ref-30e9b419dc9f4813c2619d62d09a442d565d2a88.tar.gz
crawl-ref-30e9b419dc9f4813c2619d62d09a442d565d2a88.zip
Toss unrand_reacts() away from it_use3.cc
Big numbered source files are bad, mm'kay?
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 06d57527c4..b26613068a 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -153,5 +153,6 @@ void artefact_set_property(item_def &item,
int get_unrandart_num(const char *name);
void cheibriados_make_item_ponderous(item_def &item);
+void unrand_reacts();
#endif