From 2cec67439c02d8ef5f925c7fb364b8e205381aa1 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 18:59:49 +0100 Subject: Update diceParser.pro adding files --- diceParser.pro | 8 ++++++-- 1 file 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 -- cgit v1.2.3-70-g09d2