diff options
| author | 2014-01-07 18:49:50 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:49:50 +0100 | |
| commit | 9349f18bd70369f386a7d7aded021e908f6046f0 (patch) | |
| tree | 69de7361123bc8b67a18b49986cdf8e51a757733 /node/dicerollernode.h | |
| parent | 7e638d99947fc242e9f6701710296f8995f139cb (diff) | |
| download | OneRoll-9349f18bd70369f386a7d7aded021e908f6046f0.tar.gz OneRoll-9349f18bd70369f386a7d7aded021e908f6046f0.zip | |
Update dicerollernode.h
better api
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index 172d09d..f03b372 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -1,7 +1,10 @@ #ifndef DICEROLLERNODE_H #define DICEROLLERNODE_H +#include <Qt> + #include "executionnode.h" +#include "diceresult.h" class DiceRollerNode : public ExecutionNode { @@ -19,6 +22,7 @@ private: private: quint64 m_diceCount; quint64 m_faces; /// faces + DiceResult* m_myDiceResult; }; |