From 5add2243191a3c347f9dde6a480d478c83be64fe Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 14 Jun 2018 02:20:50 +0200 Subject: -Add bind operator (soft version of merge). --- diceparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diceparser.h') 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 */ -- cgit v1.2.3-70-g09d2