#include "BoardGame.h"

bool
BoardGame::reset()
{
  return true;
}


BoardGame::~BoardGame()
{
}


syntax highlighted by Code2HTML, v. 0.9.1