summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 1c8e5f5a74..764f577ee0 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -3,6 +3,8 @@
* Summary: Functions for eating and butchering.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <1> -/--/-- LRH Created
@@ -65,4 +67,6 @@ void eat_from_inventory(int which_inventory_slot);
bool prompt_eat_from_inventory(void);
+void chunk_nutrition_message(int nutrition);
+
#endif