diff options
| author | 2018-04-23 13:41:46 +0200 | |
|---|---|---|
| committer | 2018-04-23 13:41:46 +0200 | |
| commit | fd5728eb399e10514afd0bb55b73d504d50b7517 (patch) | |
| tree | d40b0541ca91a56f6ec349c6d8569e8bb2b70d3a /result/result.cpp | |
| parent | 4fa76667c4e7f31ed6b28eb43ad277ac448e0e71 (diff) | |
| download | OneRoll-fd5728eb399e10514afd0bb55b73d504d50b7517.tar.gz OneRoll-fd5728eb399e10514afd0bb55b73d504d50b7517.zip | |
reroll dice with replacement by expression
Diffstat (limited to 'result/result.cpp')
| -rw-r--r-- | result/result.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/result/result.cpp b/result/result.cpp index f79e004..8b4667b 100644 --- a/result/result.cpp +++ b/result/result.cpp @@ -45,7 +45,10 @@ bool Result::isStringResult() const { return false; } - +void Result::clear() +{ + +} bool Result::hasResultOfType(RESULT_TYPE type) const { return (m_resultTypes & type); |