Skip to content

Commit 018a386

Browse files
committed
Attempting to fix make errors related to unimplemented functions
1 parent e77ef1f commit 018a386

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/GameBoard.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,4 @@ void GameBoard::init_resources()
9696

9797
void GameBoard::PlaceSettlement(Coordinate location, Player& Owner){
9898
corners[location] = std::unique_ptr<GamePiece>(new Settlement(*this, location, Owner));
99-
}
100-
101-
resourceType* randomizeBoard(resourceType* resources)
102-
{
103-
std::srand(std::time(0));
104-
105-
}
106-
107-
int* randomizeRolls(int* rolls)
108-
{
109-
11099
}

0 commit comments

Comments
 (0)