aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/die.cpp b/die.cpp
index 1eb94e0..64bd606 100644
--- a/die.cpp
+++ b/die.cpp
@@ -149,3 +149,13 @@ void Die::setBase(qint64 base)
{
m_base = base;
}
+QString Die::getColor() const
+{
+ return m_color;
+}
+
+void Die::setColor(const QString &color)
+{
+ m_color = color;
+}
+