ressource: Fixed tictactoe
This commit is contained in:
@@ -26,14 +26,14 @@ public:
|
||||
|
||||
void Show() const;
|
||||
|
||||
int SameInRow( Toen token, int amount ) const;
|
||||
int SameInRow( Token token, int amount ) const;
|
||||
|
||||
bool InRange( const Move& move ) const;
|
||||
bool IsEmpty( const Move& move ) const;
|
||||
bool IsFull() const;
|
||||
|
||||
void MakeMove( const Move& move, Token token );
|
||||
void ClearMve( const Move& move );
|
||||
void ClearMove( const Move& move );
|
||||
|
||||
private:
|
||||
Token** grid_;
|
||||
|
||||
Reference in New Issue
Block a user