diff options
| author | 2014-01-05 13:12:05 +0100 | |
|---|---|---|
| committer | 2014-01-05 13:12:05 +0100 | |
| commit | 3853227d5852f45341c1ee49be4411ada78d860c (patch) | |
| tree | 12bd626e68a445b37e0c3870a996aedf8552a5c8 /diceParser.pro | |
| parent | 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (diff) | |
| download | OneRoll-3853227d5852f45341c1ee49be4411ada78d860c.tar.gz OneRoll-3853227d5852f45341c1ee49be4411ada78d860c.zip | |
Add new management of result.
It may require to make several
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro index 112fb9a..caf19fb 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -22,7 +22,8 @@ SOURCES += main.cpp \ diceresult.cpp \ range.cpp \ booleancondition.cpp \ - validator.cpp + validator.cpp \ + die.cpp HEADERS += \ @@ -30,7 +31,8 @@ HEADERS += \ diceresult.h \ range.h \ booleancondition.h \ - validator.h + validator.h \ + die.h OTHER_FILES += README.md |