diff options
| author | 2018-06-14 02:20:50 +0200 | |
|---|---|---|
| committer | 2018-06-14 02:20:50 +0200 | |
| commit | 5add2243191a3c347f9dde6a480d478c83be64fe (patch) | |
| tree | 31b565ea859d93d1ef806374c3940bd5c8084cb1 /diceparser.h | |
| parent | c8eb9afc6352411f168f7c6fa143ae862cbe0eae (diff) | |
| download | OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.tar.gz OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.zip | |
-Add bind operator (soft version of merge).
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index eed2d06..ad831cf 100644 --- a/diceparser.h +++ b/diceparser.h @@ -68,7 +68,7 @@ public: /** * @brief The OptionOperator enum gathering all options availables for result. */ - enum OptionOperator {KeepAndExplode,Keep,Reroll,RerollUntil,Explode,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split,Group}; + enum OptionOperator {KeepAndExplode,Keep,Reroll,RerollUntil,Explode,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split,Group,Bind}; /** * @brief The CommandOperator enum */ |