aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/diceparserhelper.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-25 22:34:20 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-25 22:34:20 +0200
commit3fd2bd47e6581760c2129bcd2fccf532a32ef7ba (patch)
treec9949218ac2d24a444ea33c88297acee834cefce /include/diceparserhelper.h
parent5f8a471ec1f403cdf5176af1319babc7edc720f7 (diff)
downloadOneRoll-3fd2bd47e6581760c2129bcd2fccf532a32ef7ba.tar.gz
OneRoll-3fd2bd47e6581760c2129bcd2fccf532a32ef7ba.zip
Put together all important enums inside diceparserhelper.h
Diffstat (limited to 'include/diceparserhelper.h')
-rw-r--r--include/diceparserhelper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/diceparserhelper.h b/include/diceparserhelper.h
index 3ca4f15..5013ebe 100644
--- a/include/diceparserhelper.h
+++ b/include/diceparserhelper.h
@@ -17,7 +17,8 @@ enum class ERROR_CODE : int
NO_VARIBALE,
INVALID_INDEX,
UNEXPECTED_CHARACTER,
- NO_PREVIOUS_ERROR
+ NO_PREVIOUS_ERROR,
+ NO_VALID_RESULT
};
/**