summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 18:16:35 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 18:16:35 +0000
commited292ae42a345b986f295c49afb59cb2ed27280c (patch)
tree7c3fd8f7b3783c8dd1f78be4f9d12a5661c4dc0a /crawl-ref/source/food.h
parent076f55f3906d1693015193cc9e1dc598dc43398a (diff)
downloadcrawl-ref-ed292ae42a345b986f295c49afb59cb2ed27280c.tar.gz
crawl-ref-ed292ae42a345b986f295c49afb59cb2ed27280c.zip
Exposing (species-dependent) max and min hunger so that tiles can use that info.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3204 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 63277b3002..1d4d3fa4b2 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -96,4 +96,7 @@ bool prompt_eat_from_inventory(int slot = -1);
void chunk_nutrition_message(int nutrition);
+int you_max_hunger();
+int you_min_hunger();
+
#endif