aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:39:46 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:39:46 +0100
commit524e2926e663f7ee13424998ad6e889bbc0153ad (patch)
tree5a7ee44dc4a2b87fc788037c56cad6aa05114423
parent69afb910c7311f4c02681b77f286400225388da6 (diff)
downloadOneRoll-524e2926e663f7ee13424998ad6e889bbc0153ad.tar.gz
OneRoll-524e2926e663f7ee13424998ad6e889bbc0153ad.zip
Update diceParser.pro
adding parsing tools
-rw-r--r--diceParser.pro6
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