aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/die.h b/die.h
index be70719..b6d5d72 100644
--- a/die.h
+++ b/die.h
@@ -125,6 +125,9 @@ public:
*/
void setBase(qint64);
+ QString getColor() const;
+ void setColor(const QString &color);
+
private:
qint64 m_value;
QList<qint64> m_rollResult;