aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/validator.h b/validator.h
index 78f3e9c..c9bb78e 100644
--- a/validator.h
+++ b/validator.h
@@ -33,6 +33,7 @@ public:
virtual qint64 hasValid(Die* b,bool recursive) const = 0 ;
virtual QString toString()=0;
+ virtual quint8 getValidRangeSize(quint64 faces) const = 0 ;
};
#endif // VALIDATOR_H