- updating sqlite-log
- handID in bero is unnecessary; removing parameter value
This commit is contained in:
@@ -30,7 +30,7 @@ class HandInterface;
|
||||
class ClientBeRo : public BeRoInterface
|
||||
{
|
||||
public:
|
||||
ClientBeRo(HandInterface* hi, int id, unsigned dP, int sB, GameState gS);
|
||||
ClientBeRo(HandInterface* hi, unsigned dP, int sB, GameState gS);
|
||||
~ClientBeRo();
|
||||
|
||||
GameState getMyBeRoID() const;
|
||||
|
||||
Reference in New Issue
Block a user