diff options
| author | 2014-01-07 18:59:49 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:59:49 +0100 | |
| commit | 2cec67439c02d8ef5f925c7fb364b8e205381aa1 (patch) | |
| tree | 9a7e55a6a4324aa79165fc382fe2e45717f827ca /diceParser.pro | |
| parent | c674c4ef8228a253ff23efa413ba0f4cad0ab36a (diff) | |
| download | OneRoll-2cec67439c02d8ef5f925c7fb364b8e205381aa1.tar.gz OneRoll-2cec67439c02d8ef5f925c7fb364b8e205381aa1.zip | |
Update diceParser.pro
adding files
Diffstat (limited to 'diceParser.pro')
| -rw-r--r-- | diceParser.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/diceParser.pro b/diceParser.pro index caf19fb..7d16e6d 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -23,7 +23,9 @@ SOURCES += main.cpp \ range.cpp \ booleancondition.cpp \ validator.cpp \ - die.cpp + die.cpp \ + result.cpp \ + scalarresult.cpp HEADERS += \ @@ -32,7 +34,9 @@ HEADERS += \ range.h \ booleancondition.h \ validator.h \ - die.h + die.h \ + result.h \ + scalarresult.h OTHER_FILES += README.md |