diff options
| author | 2018-08-27 01:03:08 +0200 | |
|---|---|---|
| committer | 2018-08-27 01:03:08 +0200 | |
| commit | 64e9988ba715e6e196b84e4a69c871c761562bbd (patch) | |
| tree | 4159ff6831ac34c01069604bebf6b99aad99954a /node/dicerollernode.h | |
| parent | 45d618b710483ee1ae42cbdfcaa0406f1132f384 (diff) | |
| download | OneRoll-64e9988ba715e6e196b84e4a69c871c761562bbd.tar.gz OneRoll-64e9988ba715e6e196b84e4a69c871c761562bbd.zip | |
-New API for validating validor.
Prevent endless loop in R operator.
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index 2b4e3dd..8831c8e 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -5,7 +5,7 @@ #include "executionnode.h" #include "result/diceresult.h" - +#include <utility> /** * @brief The DiceRollerNode class rolls dice of one kind. */ @@ -28,6 +28,7 @@ public: * @return the face count */ quint64 getFaces() const; + std::pair<qint64,qint64> getRange() const; /** * @brief toString |