aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-08 18:07:32 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-08 18:07:32 +0100
commit12b121b1f2f3884987569d7eb6909479a7db035c (patch)
tree1d83312603d1e03bf309373342b312dde333e89d /node
parente60825292cfc852f7e4a211320d040a6d28b1157 (diff)
downloadOneRoll-12b121b1f2f3884987569d7eb6909479a7db035c.tar.gz
OneRoll-12b121b1f2f3884987569d7eb6909479a7db035c.zip
Update dicerollernode.h
removal of rolldice and adding getFaces
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index f03b372..5d198f9 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -12,10 +12,7 @@ public:
DiceRollerNode(quint64 faces);
virtual void run(ExecutionNode*);
-
- //private method
-private:
- quint64 rollDice();
+ quint64 getFaces();
//private members