aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/die.h b/die.h
index 22ce48e..98a7f27 100644
--- a/die.h
+++ b/die.h
@@ -15,10 +15,12 @@ public:
bool isSelected() const;
qint64 getValue() const;
QList<qint64> getListValue() const;
+
private:
qint64 m_value;
QList<qint64> m_rollResult;
bool m_selected;
};
+
#endif // DIE_H