diff options
| author | 2015-04-01 08:12:40 +0200 | |
|---|---|---|
| committer | 2015-04-01 08:12:40 +0200 | |
| commit | 912e6f5df6b5f51ee3e28544720305fcfd3e6710 (patch) | |
| tree | 9daf471eee2ac3d7792e3b7991b086c0d2425643 /validator.h | |
| parent | 2225f71200d8513a86f24589d0d6c8e5843439cd (diff) | |
| parent | 60a0e524561ae86c9509c61b00a5d8ba40a1d7ee (diff) | |
| download | OneRoll-912e6f5df6b5f51ee3e28544720305fcfd3e6710.tar.gz OneRoll-912e6f5df6b5f51ee3e28544720305fcfd3e6710.zip | |
Merge branch 'master' of github-as-renaud:obiwankennedy/DiceParser
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 1 |
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 |