aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-09-28 10:28:24 +0200
committerRenaud G <renaud@rolisteam.org>2018-09-28 10:28:24 +0200
commit8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a (patch)
tree2467c46f22424fadb36fdb9470f4adaaaa6f8da8 /die.h
parent49567f95bf6985707fcf8c2836c761ce39602636 (diff)
downloadOneRoll-8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a.tar.gz
OneRoll-8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a.zip
add integer division operator
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/die.h b/die.h
index 24b87cd..b17ced4 100644
--- a/die.h
+++ b/die.h
@@ -34,7 +34,7 @@ public:
/**
* @brief The ArithmeticOperator enum
*/
- enum ArithmeticOperator {PLUS,MINUS,DIVIDE,MULTIPLICATION,POW};
+ enum ArithmeticOperator {PLUS,MINUS,DIVIDE,MULTIPLICATION,INTEGER_DIVIDE, POW};
/**
* @brief Die
*/