diff options
| author | 2014-01-06 12:20:35 +0100 | |
|---|---|---|
| committer | 2014-01-06 12:20:35 +0100 | |
| commit | 0b4909df2372537969e96c4003149cecd2fb911d (patch) | |
| tree | c3ae5231a71e8eb8fd3ca0c31f14d86ff5f2837a /die.h | |
| parent | 3853227d5852f45341c1ee49be4411ada78d860c (diff) | |
| download | OneRoll-0b4909df2372537969e96c4003149cecd2fb911d.tar.gz OneRoll-0b4909df2372537969e96c4003149cecd2fb911d.zip | |
Update die.h
new API for die
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |