aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-21 10:43:08 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-21 10:43:08 +0200
commit186af57e85671f0c9c4b2b1faf0d2065f4b0f222 (patch)
tree62b57859ac88fdd38519cffea7cd89fa02ab78c8 /die.cpp
parent64048b3fd2dba4220cb19946caf588f9a6f26093 (diff)
downloadOneRoll-186af57e85671f0c9c4b2b1faf0d2065f4b0f222.tar.gz
OneRoll-186af57e85671f0c9c4b2b1faf0d2065f4b0f222.zip
prepare much better way to give the result
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp9
1 files changed, 9 insertions, 0 deletions
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;
+}