From 9349f18bd70369f386a7d7aded021e908f6046f0 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 18:49:50 +0100 Subject: Update dicerollernode.h better api --- node/dicerollernode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node') 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 + #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; }; -- cgit v1.2.3-70-g09d2