simhand.h

// Simulated Player  hand header
// Brandon Goldfedder

#ifndef _SIMULATEDPLAYERHAND
#define _SIMULATEDPLAYERHAND

#include "stdhand.h"

class SimulatedPlayerHand: public StandardBlackJackHand {
public:
   SimulatedPlayerHand(const char* name, Displayer
   *displayer);
   ~SimulatedPlayerHand();
   TURN_RESULT TakeTurn();
   const char* const GetIdentity() const;
private:
   char* id;
   };

#endif

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.29.151