summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index 3025c8899d..6e65638ce9 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -14,15 +14,8 @@
#ifndef OUTPUT_H
#define OUTPUT_H
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr - player - stuff
- * *********************************************************************** */
+void update_turn_count();
void print_stats(void);
-
-/* ***********************************************************************
- * called from: chardump
- * *********************************************************************** */
void get_full_detail(char* buffer, bool calc_unid);
const char *equip_slot_to_name(int equip);