diff options
| author | 2014-01-16 11:16:25 +0100 | |
|---|---|---|
| committer | 2014-01-16 11:16:25 +0100 | |
| commit | b8ce3b9caf571ab858a0e2c08717c5c8451eaf65 (patch) | |
| tree | 58f53ea4dc197f4034c2a1f01c46746df407349d /booleancondition.h | |
| parent | 7da7c4acb6fc1f031878ff52792f53a8d0d03d4c (diff) | |
| download | OneRoll-b8ce3b9caf571ab858a0e2c08717c5c8451eaf65.tar.gz OneRoll-b8ce3b9caf571ab858a0e2c08717c5c8451eaf65.zip | |
Update booleancondition.h
hasValid API
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index 3ff3402..ba3dafd 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -10,7 +10,7 @@ public: enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual}; BooleanCondition(); - virtual bool isValid(Die* b) const; + virtual qint64 hasValid(Die* b,bool recursive) const; void setOperator(LogicOperator m); void setValue(qint64); |