summaryrefslogtreecommitdiff
path: root/server/score.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/score.h')
-rw-r--r--server/score.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/score.h b/server/score.h
index 677fde8..6dee09a 100644
--- a/server/score.h
+++ b/server/score.h
@@ -18,6 +18,9 @@ class Score {
//! Calculate han. (yaku + dora)
int han();
+ //! Calculate fu rounded up to closest 10.
+ int fu_rounded();
+
//! Calculate base points.
int base_points();