From 524e2926e663f7ee13424998ad6e889bbc0153ad Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 21 Jan 2014 16:39:46 +0100 Subject: Update diceParser.pro adding parsing tools --- diceParser.pro | 6 ++++-- 1 file 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 -- cgit v1.2.3-70-g09d2