diff options
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/validator.h b/validator.h index fafe443..7180bac 100644 --- a/validator.h +++ b/validator.h @@ -90,6 +90,8 @@ protected: template <typename Functor> qint64 onEach(const std::vector<Die*>& b, bool recursive, bool unlight, Functor functor) const; template <typename Functor> + qint64 onEachValue(const std::vector<Die*>& b, bool recursive, bool unlight, Functor functor) const; + template <typename Functor> qint64 oneOfThem(const std::vector<Die*>& b, bool recursive, bool unlight, Functor functor) const; template <typename Functor> qint64 allOfThem(const std::vector<Die*>& b, bool recursive, bool unlight, Functor functor) const; |