summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 20:32:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 20:32:48 +0000
commitc319b212cbe4a79fdbc4e3efac8530d1e9ffab6f (patch)
tree62798731b22ab12a1a326b4e04060e5a74b6f879 /crawl-ref/source/items.h
parente46965c192b6ddc04357366a2f136d6e2115bb59 (diff)
downloadcrawl-ref-c319b212cbe4a79fdbc4e3efac8530d1e9ffab6f.tar.gz
crawl-ref-c319b212cbe4a79fdbc4e3efac8530d1e9ffab6f.zip
Various cleanups. Also fixed bug 1703500, inventory letters appearing twice
until save/restore. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1371 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 5c123ecc87..a209c10515 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -148,4 +148,6 @@ bool can_autopickup();
bool need_to_autopickup();
void autopickup();
+int find_free_slot(const item_def &i);
+
#endif