Skip to content

Commit bf29bd0

Browse files
Kyle GrageKyle Grage
authored andcommitted
Why did I think that last one would work?
1 parent db4ddbf commit bf29bd0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_Player.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
#include "GameBoard.h"
1111

1212

13-
const int WOOD_INDEX = 0;
14-
const int BRICK_INDEX = 1;
15-
const int ORE_INDEX = 2;
16-
const int WHEAT_INDEX = 3;
17-
const int WOOL_INDEX = 4;
18-
1913
/**
2014
* Check to see if a player's resources are equal to the input
2115
* @param [resource]x5 the amount of (wood, brick, ore, wheat, wool) you are checking

0 commit comments

Comments
 (0)