From 3853227d5852f45341c1ee49be4411ada78d860c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 5 Jan 2014 13:12:05 +0100 Subject: Add new management of result. It may require to make several --- diceParser.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'diceParser.pro') diff --git a/diceParser.pro b/diceParser.pro index 112fb9a..caf19fb 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -22,7 +22,8 @@ SOURCES += main.cpp \ diceresult.cpp \ range.cpp \ booleancondition.cpp \ - validator.cpp + validator.cpp \ + die.cpp HEADERS += \ @@ -30,7 +31,8 @@ HEADERS += \ diceresult.h \ range.h \ booleancondition.h \ - validator.h + validator.h \ + die.h OTHER_FILES += README.md -- cgit v1.2.3-70-g09d2