aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/die.h b/die.h
index 6b640b7..2c10894 100644
--- a/die.h
+++ b/die.h
@@ -119,6 +119,11 @@ public:
*/
bool isHighlighted();
+ /**
+ * @brief setBase
+ */
+ void setBase(qint64);
+
private:
qint64 m_value;
QList<qint64> m_rollResult;
@@ -127,6 +132,7 @@ private:
bool m_displayStatus;
bool m_highlighted;
quint64 m_faces;
+ qint64 m_base;
};