aboutsummaryrefslogtreecommitdiff
path: root/higgs.h
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-26 21:39:04 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-26 21:39:04 +0200
commite8e24f187f451d51551a1db76321e03efe94cc9d (patch)
treec294a79de970a662d3b89e4f5f86f97a92a2c62a /higgs.h
parentf3b7df07e4fd136521186baee86faa822dc68d16 (diff)
Try to fix all kinds of shit
Diffstat (limited to 'higgs.h')
-rwxr-xr-xhiggs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/higgs.h b/higgs.h
index c201955..504eae6 100755
--- a/higgs.h
+++ b/higgs.h
@@ -28,4 +28,5 @@ public:
int pushPiece( int p, int d, bool e = false );
void print();
Board();
+ Board( Board& );
};