summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-03-14 20:35:09 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-03-14 20:35:09 +0100
commit65a89ee25663aefd70098de53a80862833e177bc (patch)
tree8f20879e7728572683dd801ebb0c944f8b57a777 /crawl-ref/source/food.h
parentc7cce42506f5030dcc4fb4170228799054f47857 (diff)
downloadcrawl-ref-65a89ee25663aefd70098de53a80862833e177bc.tar.gz
crawl-ref-65a89ee25663aefd70098de53a80862833e177bc.zip
Move starvation handling to food.cc.
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 7ac8e5d475..a5e376bb7b 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -82,4 +82,6 @@ void finished_eating_message(int food_type);
int you_max_hunger();
int you_min_hunger();
+void handle_starvation();
+
#endif