summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-22 01:20:38 +0200
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-22 13:59:49 +0200
commitdb3cca587c59624b372d6caf1cd63f352ef873ae (patch)
tree1225efeddc7ecf0efcff650cd39437cdca720952 /crawl-ref/source/spl-other.h
parent278049ac8b24ed3b65c55af9a3f890e090d85acc (diff)
downloadcrawl-ref-db3cca587c59624b372d6caf1cd63f352ef873ae.tar.gz
crawl-ref-db3cca587c59624b372d6caf1cd63f352ef873ae.zip
For clarity, rename spl-other -> spl-goditem.
Diffstat (limited to 'crawl-ref/source/spl-other.h')
-rw-r--r--crawl-ref/source/spl-other.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/crawl-ref/source/spl-other.h b/crawl-ref/source/spl-other.h
deleted file mode 100644
index b820738613..0000000000
--- a/crawl-ref/source/spl-other.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef SPL_OTHER_H
-#define SPL_OTHER_H
-
-void identify(int power, int item_slot = -1);
-int cast_healing(int pow, bool divine_ability = false,
- const coord_def& where = coord_def(0, 0),
- bool not_self = false, targ_mode_type mode = TARG_NUM_MODES);
-
-void antimagic();
-
-void cast_detect_secret_doors(int pow);
-int detect_traps(int pow);
-int detect_items(int pow);
-int detect_creatures(int pow, bool telepathic = false);
-bool remove_curse(bool suppress_msg);
-bool detect_curse(int scroll, bool suppress_msg);
-
-bool entomb(int pow);
-bool cast_imprison(int pow, monsters *monster, int source);
-
-bool cast_smiting(int power, const coord_def& where);
-
-#endif