new distributePot function

This commit is contained in:
doitux
2007-08-10 00:15:51 +00:00
parent 3742f15db2
commit 3ec9c3d0bd
4 changed files with 148 additions and 6 deletions
+2 -1
View File
@@ -20,6 +20,7 @@
#ifndef LOCALBOARD_H
#define LOCALBOARD_H
#include <iostream>
#include <vector>
#include <boardinterface.h>
@@ -52,7 +53,7 @@ public:
private:
PlayerInterface **playerArray;
HandInterface *actualHand;
HandInterface *currentHand;
int myCards[5];
int pot;