Skip to content

Commit

Permalink
Added comment reminder to use config file for data to replace hard-co…
Browse files Browse the repository at this point in the history
…ded data
  • Loading branch information
acrodemocide committed Sep 2, 2020
1 parent 3794690 commit 8018eaa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified Risk/.vs/Risk/v15/.suo
Binary file not shown.
Binary file modified Risk/.vs/Risk/v15/Browse.VC.db
Binary file not shown.
Binary file modified Risk/.vs/Risk/v15/ipch/AutoPCH/a5c3090f4835ceb7/GAMEBOARD.ipch
Binary file not shown.
2 changes: 2 additions & 0 deletions Risk/Risk/GameBoard.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "GameBoard.h"

// TODO: Replace these hard-coded values to use the config data
// from the config file.
void GameBoard::InitializeAutralia()
{
Continent australia;
Expand Down

0 comments on commit 8018eaa

Please sign in to comment.