Skip to content

Commit 5655149

Browse files
committed
Deleted the macros and DEMO_BOARD
1 parent 9e654b3 commit 5655149

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GameBoard.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ using std::unique_ptr;
99
#include <ctime>
1010
#include <algorithm>
1111

12-
#define ADD_RESOURCE(x, y, res, val) (this->resources[Coordinate(x,y)] = \
13-
std::unique_ptr<GamePiece>(new ResourceTile(*this, Coordinate(x,y), res, val)))
14-
#define DUMMY_BOARD //define to instantiate dummy board for debugging
15-
1612
using std::random_shuffle;
1713
using std::time;
1814

0 commit comments

Comments
 (0)