diff options
| author | 2015-04-21 10:43:08 +0200 | |
|---|---|---|
| committer | 2015-04-21 10:43:08 +0200 | |
| commit | 186af57e85671f0c9c4b2b1faf0d2065f4b0f222 (patch) | |
| tree | 62b57859ac88fdd38519cffea7cd89fa02ab78c8 /die.cpp | |
| parent | 64048b3fd2dba4220cb19946caf588f9a6f26093 (diff) | |
| download | OneRoll-186af57e85671f0c9c4b2b1faf0d2065f4b0f222.tar.gz OneRoll-186af57e85671f0c9c4b2b1faf0d2065f4b0f222.zip | |
prepare much better way to give the result
Diffstat (limited to 'die.cpp')
| -rw-r--r-- | die.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -132,3 +132,12 @@ void Die::displayed() { m_displayStatus = true; } +void Die::setHighlighted(bool a) +{ + m_highlighted = a; +} + +bool Die::isHighlighted() +{ + return m_highlighted; +} |