summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
committerMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
commit6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6 (patch)
treeb883ed587fe0a16da6a839f8d7f98cd9c9897ddc /crawl-ref/source/items.h
parenta1123dc70059adb0f59ec2ce444355246d46d2a3 (diff)
downloadcrawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.tar.gz
crawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.zip
Merge of the original myzotdef branch into the Crawl 0.6
release branch. Quite a few edits required...
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 8be6d1b4a6..6b241c69c6 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -128,6 +128,8 @@ int find_free_slot(const item_def &i);
bool is_rune(const item_def &item);
bool is_unique_rune(const item_def &item);
+coord_def orb_position(bool orPlayer);
+
bool need_to_autoinscribe();
void request_autoinscribe(bool do_inscribe = true);
void autoinscribe();
@@ -143,4 +145,6 @@ bool get_item_by_name(item_def *item, char* specs,
object_class_type class_wanted,
bool create_for_real = false);
+coord_def orb_position();
+
#endif