aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/die.h b/die.h
index 2a2134c..c78b25b 100644
--- a/die.h
+++ b/die.h
@@ -27,14 +27,15 @@ public:
qint64 getLastRolledValue();
quint64 getFaces();
-
-
+ bool hasBeenDisplayed();
+ void displayed();
private:
qint64 m_value;
QList<qint64> m_rollResult;
bool m_selected;
bool m_hasValue;
+ bool m_displayStatus;
quint64 m_faces;
};