diff options
| author | 2019-04-23 11:01:43 +0200 | |
|---|---|---|
| committer | 2019-04-23 11:33:14 +0200 | |
| commit | 420262877bccd35e5bc8c87eb586ba73288fe9c8 (patch) | |
| tree | 7037fc235ae9acb2e12b1155ed61fbda1d6b5724 /diceparser.h | |
| parent | e01a80db01ee4afd9ce546fbad284c3aa56ea11c (diff) | |
| download | OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.tar.gz OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.zip | |
Add unique operator
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index ca50d10..afd6146 100644 --- a/diceparser.h +++ b/diceparser.h @@ -90,8 +90,9 @@ public: Filter, Split, Group, - Bind, Occurences + Unique, + Bind }; /** * @brief The CommandOperator enum |