diff options
| author | 2014-01-07 18:52:10 +0100 | |
|---|---|---|
| committer | 2014-01-07 18:52:10 +0100 | |
| commit | a0729413733160e3915b630485144c22cd0c3566 (patch) | |
| tree | afc842dcdd3bdbd026aff57ab3aa3bc872a30e48 /node/keepdiceexecnode.h | |
| parent | 9f8c675423011c381468ec43112bf8f599555ccf (diff) | |
| download | OneRoll-a0729413733160e3915b630485144c22cd0c3566.tar.gz OneRoll-a0729413733160e3915b630485144c22cd0c3566.zip | |
Update keepdiceexecnode.h
Better API
Diffstat (limited to 'node/keepdiceexecnode.h')
| -rw-r--r-- | node/keepdiceexecnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h index 28c637d..ccd7066 100644 --- a/node/keepdiceexecnode.h +++ b/node/keepdiceexecnode.h @@ -2,6 +2,7 @@ #define KEEPDICEEXECNODE_H #include "executionnode.h" +#include "diceresult.h" class KeepDiceExecNode : public ExecutionNode { @@ -12,6 +13,7 @@ public: virtual void setDiceKeepNumber(quint64 ); private: quint64 m_numberOfDice; + DiceResult* m_diceResult; }; #endif // KEEPDICEEXECNODE_H |