summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-28 13:04:19 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-28 13:04:19 +0200
commit4eff48b48af3b76240c95bbc18556333f9ea51e4 (patch)
treea30adc56c4dcb5fb3eedafbe111c50188c183a73 /crawl-ref/source/itemprop.h
parent1ce7a0ef2df55eceb0615359cb9fb383d5523446 (diff)
downloadcrawl-ref-4eff48b48af3b76240c95bbc18556333f9ea51e4.tar.gz
crawl-ref-4eff48b48af3b76240c95bbc18556333f9ea51e4.zip
Externalize the function to determine the player's item race flag.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 257de6e517..4664ff312c 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -37,6 +37,7 @@ void set_equip_race(item_def &item, iflags_t flags);
void set_equip_desc(item_def &item, iflags_t flags);
iflags_t get_equip_race(const item_def &item);
iflags_t get_equip_desc(const item_def &item);
+iflags_t get_species_race(species_type sp);
// helmet functions:
void set_helmet_desc(item_def &item, short flags);