diff options
| author | 2015-04-02 08:05:28 +0200 | |
|---|---|---|
| committer | 2015-04-02 08:05:28 +0200 | |
| commit | 4b094cda0553c6b153c86829e6df26d941366abc (patch) | |
| tree | 3efcd1ad50b16a8aae3718062d77b606a0ae87c4 /diceparser.h | |
| parent | 27eeb8e42c579fbacf6c82e06bac1cc84a08e7b2 (diff) | |
| download | OneRoll-4b094cda0553c6b153c86829e6df26d941366abc.tar.gz OneRoll-4b094cda0553c6b153c86829e6df26d941366abc.zip | |
-add error on several syntay points.
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 {}; /** |