diff options
Diffstat (limited to 'node/rerolldicenode.h')
| -rw-r--r-- | node/rerolldicenode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h index ad92024..fcdd5df 100644 --- a/node/rerolldicenode.h +++ b/node/rerolldicenode.h @@ -20,9 +20,14 @@ public: virtual void setValidator(Validator* ); virtual QString toString()const; + + virtual void setAddingMode(bool); + virtual qint64 getPriority() const; + private: Validator* m_validator; DiceResult* m_myDiceResult; + bool m_adding; }; #endif // REROLLDICENODE_H |