diff options
| author | 2019-07-25 22:34:20 +0200 | |
|---|---|---|
| committer | 2019-07-25 22:34:20 +0200 | |
| commit | 3fd2bd47e6581760c2129bcd2fccf532a32ef7ba (patch) | |
| tree | c9949218ac2d24a444ea33c88297acee834cefce /include/diceparserhelper.h | |
| parent | 5f8a471ec1f403cdf5176af1319babc7edc720f7 (diff) | |
| download | OneRoll-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.h | 3 |
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 }; /** |