From f30020384f816b498fe1f6013758a8de37811821 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 29 Dec 2013 02:04:19 +0100 Subject: Firt commit of the new dice system for rolisteam. --- node/startingnode.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 node/startingnode.h (limited to 'node/startingnode.h') diff --git a/node/startingnode.h b/node/startingnode.h new file mode 100644 index 0000000..08134e7 --- /dev/null +++ b/node/startingnode.h @@ -0,0 +1,14 @@ +#ifndef STARTINGNODE_H +#define STARTINGNODE_H + +#include "executionnode.h" + +class StartingNode : public ExecutionNode +{ +public: + StartingNode(); + + virtual void run(ExecutionNode*); +}; + +#endif // STARTINGNODE_H -- cgit v1.2.3-70-g09d2