#include <MVBoard.h>

Private Attributes | |
| size_t | width |
| width of the board | |
| size_t | height |
| height of the board | |
Model of the board used in the Firefly game. It has a width and a height and consists of width*height many places, instances of MVPlace.
size_t MVBoard::width [private] |
width of the board
size_t MVBoard::height [private] |
height of the board
1.5.6