diff options
| author | 2019-02-14 23:45:18 +0100 | |
|---|---|---|
| committer | 2019-03-23 17:58:32 +0100 | |
| commit | 1d962712fdba24078b6ce35a2d616cd3155cfc31 (patch) | |
| tree | 13d888e3734d44d44b83732bfe35d20bb23a7584 /diceparser.h | |
| parent | c46ad9d1ceb345f09590ad8ea9a98b33a2a0c31b (diff) | |
| download | OneRoll-1d962712fdba24078b6ce35a2d616cd3155cfc31.tar.gz OneRoll-1d962712fdba24078b6ce35a2d616cd3155cfc31.zip | |
add occurencecountnode
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 bb3f5f3..ca50d10 100644 --- a/diceparser.h +++ b/diceparser.h @@ -90,7 +90,8 @@ public: Filter, Split, Group, - Bind + Bind, + Occurences }; /** * @brief The CommandOperator enum |