From 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 4 Jan 2014 16:24:54 +0100 Subject: -Adding range, booleancondition and countexecutenode. --- node/keepdiceexecnode.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 node/keepdiceexecnode.h (limited to 'node/keepdiceexecnode.h') diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h new file mode 100644 index 0000000..28c637d --- /dev/null +++ b/node/keepdiceexecnode.h @@ -0,0 +1,17 @@ +#ifndef KEEPDICEEXECNODE_H +#define KEEPDICEEXECNODE_H + +#include "executionnode.h" + +class KeepDiceExecNode : public ExecutionNode +{ +public: + KeepDiceExecNode(); + + virtual void run(ExecutionNode *previous); + virtual void setDiceKeepNumber(quint64 ); +private: + quint64 m_numberOfDice; +}; + +#endif // KEEPDICEEXECNODE_H -- cgit v1.2.3-70-g09d2