aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/die.h b/die.h
index 6f3af8c..5899bab 100644
--- a/die.h
+++ b/die.h
@@ -128,6 +128,9 @@ public:
QString getColor() const;
void setColor(const QString &color);
+ quint64 getMaxValue() const;
+ void setMaxValue(const quint64 &maxValue);
+
private:
qint64 m_value;
QList<qint64> m_rollResult;
@@ -135,7 +138,7 @@ private:
bool m_hasValue;
bool m_displayStatus;
bool m_highlighted;
- quint64 m_faces;
+ quint64 m_maxValue;
qint64 m_base;
QString m_color;