aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.h4
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;
};