aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-06 12:20:35 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-06 12:20:35 +0100
commit0b4909df2372537969e96c4003149cecd2fb911d (patch)
treec3ae5231a71e8eb8fd3ca0c31f14d86ff5f2837a /die.h
parent3853227d5852f45341c1ee49be4411ada78d860c (diff)
downloadOneRoll-0b4909df2372537969e96c4003149cecd2fb911d.tar.gz
OneRoll-0b4909df2372537969e96c4003149cecd2fb911d.zip
Update die.h
new API for die
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