1 #include "BoardGame.h"
2 
3 bool
reset()4 BoardGame::reset()
5 {
6   return true;
7 }
8 
9 
~BoardGame()10 BoardGame::~BoardGame()
11 {
12 }
13