aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/die.h b/die.h
index 98a7f27..783efb9 100644
--- a/die.h
+++ b/die.h
@@ -16,10 +16,17 @@ public:
qint64 getValue() const;
QList<qint64> getListValue() const;
+ bool hasChildrenValue();
+
+
+
+
+
private:
qint64 m_value;
QList<qint64> m_rollResult;
bool m_selected;
+ bool m_hasValue;
};