From 60d0887547ad9a1b05cba265bbaa7c43e0e545ee Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 11 Oct 2015 22:03:51 +0200 Subject: -Add Too Many Dice error type. --- node/executionnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/executionnode.h') diff --git a/node/executionnode.h b/node/executionnode.h index 4c059fc..2531ced 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -10,7 +10,7 @@ class ExecutionNode { public: - enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD,NO_DICE_TO_ROLL}; + enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD,NO_DICE_TO_ROLL,TOO_MANY_DICE}; /** * @brief ExecutionNode */ -- cgit v1.2.3-70-g09d2