From 8b51367eda7ecdbe32e17bcfe2f7f4c93e878465 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 19:03:52 +0100 Subject: Update validator.h Die API --- validator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/validator.h b/validator.h index 1bdb977..00b473e 100644 --- a/validator.h +++ b/validator.h @@ -2,12 +2,13 @@ #define VALIDATOR_H #include +#include "die.h" class Validator { public: Validator(); - virtual bool isValid(qint64 b) const = 0 ; + virtual bool isValid(Die b) const = 0 ; }; #endif // VALIDATOR_H -- cgit v1.2.3-70-g09d2