aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-07 18:52:10 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-07 18:52:10 +0100
commita0729413733160e3915b630485144c22cd0c3566 (patch)
treeafc842dcdd3bdbd026aff57ab3aa3bc872a30e48 /node
parent9f8c675423011c381468ec43112bf8f599555ccf (diff)
downloadOneRoll-a0729413733160e3915b630485144c22cd0c3566.tar.gz
OneRoll-a0729413733160e3915b630485144c22cd0c3566.zip
Update keepdiceexecnode.h
Better API
Diffstat (limited to 'node')
-rw-r--r--node/keepdiceexecnode.h2
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