diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index e4ea0e3..683be88 100644 --- a/diceparser.h +++ b/diceparser.h @@ -73,7 +73,9 @@ public: * @brief The OptionOperator enum gathering all options availables for result. */ enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd}; - + /** + * @brief The CommandOperator enum + */ enum CommandOperator {}; /** |