From a0729413733160e3915b630485144c22cd0c3566 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 18:52:10 +0100 Subject: Update keepdiceexecnode.h Better API --- node/keepdiceexecnode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node') 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 -- cgit v1.2.3-70-g09d2