summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 16:39:29 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 16:39:29 +0000
commitffce63e01d8fa4f31edb1a04c6a45227483a4bb5 (patch)
tree66c9e1ca97745b6212b8c29de4954644dcc906ca /crawl-ref/source/hiscores.h
parent6c2cab15790887b588f7ada12971df5b6f18ed48 (diff)
downloadcrawl-ref-ffce63e01d8fa4f31edb1a04c6a45227483a4bb5.tar.gz
crawl-ref-ffce63e01d8fa4f31edb1a04c6a45227483a4bb5.zip
Tweaked hiscores code to handle logfiles in addition to scorefiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@664 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 39a524ab96..5332b42baf 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -29,6 +29,7 @@ void logfile_new_entry( const scorefile_entry &se );
* called from: acr ouch
* *********************************************************************** */
void hiscores_print_list( int display_count = -1, int format = SCORE_TERSE );
+void hiscores_print_all(int display_count = -1, int format = SCORE_TERSE);
// last updated 16feb2001 {gdl}
/* ***********************************************************************