diff options
| author | 2016-01-26 12:53:12 +0100 | |
|---|---|---|
| committer | 2016-01-26 12:53:12 +0100 | |
| commit | 24e2e454f619b04657b09fd0efb040795cb458bc (patch) | |
| tree | dc453c57ae3a8a623408e6e53c8ac369dc4f020c /diceparser.h | |
| parent | a72b0a68a42de414270a1c0333b27683271d260c (diff) | |
| download | OneRoll-24e2e454f619b04657b09fd0efb040795cb458bc.tar.gz OneRoll-24e2e454f619b04657b09fd0efb040795cb458bc.zip | |
First shot for implementing ifnode.
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 bc92034..ae21ebc 100644 --- a/diceparser.h +++ b/diceparser.h @@ -77,7 +77,7 @@ public: /** * @brief The OptionOperator enum gathering all options availables for result. */ - enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge}; + enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator}; /** * @brief The CommandOperator enum */ |