diff options
| author | 2014-01-21 16:39:46 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:39:46 +0100 | |
| commit | 524e2926e663f7ee13424998ad6e889bbc0153ad (patch) | |
| tree | 5a7ee44dc4a2b87fc788037c56cad6aa05114423 /diceParser.pro | |
| parent | 69afb910c7311f4c02681b77f286400225388da6 (diff) | |
| download | OneRoll-524e2926e663f7ee13424998ad6e889bbc0153ad.tar.gz OneRoll-524e2926e663f7ee13424998ad6e889bbc0153ad.zip | |
Update diceParser.pro
adding parsing tools
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 7d16e6d..97d62a6 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -25,7 +25,8 @@ SOURCES += main.cpp \ validator.cpp \ die.cpp \ result.cpp \ - scalarresult.cpp + scalarresult.cpp \ + parsingtoolbox.cpp HEADERS += \ @@ -36,7 +37,8 @@ HEADERS += \ validator.h \ die.h \ result.h \ - scalarresult.h + scalarresult.h \ + parsingtoolbox.h OTHER_FILES += README.md |