/*---------------------------------------------------------- * HTBLA-Leonding / Class: 2IHIF * --------------------------------------------------------- * Exercise Number: B1 * Title: Mine Sweeper Game implementation * Author: Marc Tismonar * ---------------------------------------------------------- * Description: * Implementation of ms_game.h. * ---------------------------------------------------------- */ /** Encapsulate a cell and its board coordinates */ /** The only instance of cell data */ /** The struct holding the data of the game */ /** The instance of the game */