summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorThomas Holmes <thomas@devminded.com>2012-04-03 00:41:51 -0400
committerRaphael Langella <raphael.langella@gmail.com>2012-04-19 14:33:58 +0200
commit96260651bdecdc067ce62cb6241f1cfd48ddf3f6 (patch)
tree2d2299f0e6b2154be1b658ad8c8403b0f18b31da /crawl-ref/source/hiscores.h
parent8d11180881788fe2a637fdae1ef61eca219cb01f (diff)
downloadcrawl-ref-96260651bdecdc067ce62cb6241f1cfd48ddf3f6.tar.gz
crawl-ref-96260651bdecdc067ce62cb6241f1cfd48ddf3f6.zip
Beginning of working highscore functionality. Adds the beginning menu item, and builds the list. Shows a short lines and then the detailed listing as you select each entry.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index a6da0b0bb0..7d854aeb6b 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -7,6 +7,8 @@
#ifndef HISCORES_H
#define HISCORES_H
+#include "menu.h"
+
class scorefile_entry;
void hiscores_new_entry(const scorefile_entry &se);
@@ -15,6 +17,7 @@ void logfile_new_entry(const scorefile_entry &se);
void hiscores_print_list(int display_count = -1, int format = SCORE_TERSE);
void hiscores_print_all(int display_count = -1, int format = SCORE_TERSE);
+void show_hiscore_table();
std::string hiscores_format_single(const scorefile_entry &se);
std::string hiscores_format_single_long(const scorefile_entry &se,