We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f273dac commit 8aff0b4Copy full SHA for 8aff0b4
tests/test_CornerPiece.cpp
@@ -10,6 +10,8 @@
10
#include "Settlement.h"
11
#include "City.h"
12
#include "Wonder.h"
13
+#include "GameBoard.h"
14
+#include "Player.h"
15
16
//TEST CONSTRUCTORS
17
TEST(Settlement_constructor){
tests/test_Player.cpp
@@ -8,6 +8,7 @@
8
#include "UnitTest++.h"
9
#include "Player.h"
+
const int WOOD_INDEX = 0;
const int BRICK_INDEX = 1;
const int ORE_INDEX = 2;
0 commit comments