-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsquare.cpp
More file actions
15 lines (14 loc) · 732 Bytes
/
square.cpp
File metadata and controls
15 lines (14 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// square.cpp: implementation of the square class.
//
//////////////////////////////////////////////////////////////////////
/*********************************************************************************
** Author : C.Brown (c)COPYRIGHT C.Brown 2001-2026 ALL RIGHTS RESERVED **
** Date : 01/10/2001 **
** File : Square.cpp **
** Purpose : This is hold all the suares information for the playing board**
** Version : 0.85 beta **
** St_num : 2002908 **
** History : Added taken and isaSquare, i will probably remove isaSquare **
*********************************************************************************/
#include "Square.hpp"
// methods inlined in header