From 186af57e85671f0c9c4b2b1faf0d2065f4b0f222 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 21 Apr 2015 10:43:08 +0200 Subject: prepare much better way to give the result --- die.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'die.cpp') diff --git a/die.cpp b/die.cpp index dc6576e..d8be064 100644 --- a/die.cpp +++ b/die.cpp @@ -132,3 +132,12 @@ void Die::displayed() { m_displayStatus = true; } +void Die::setHighlighted(bool a) +{ + m_highlighted = a; +} + +bool Die::isHighlighted() +{ + return m_highlighted; +} -- cgit v1.2.3-70-g09d2