/*---------------------------------------------------------- * HTBLA-Leonding / Class: * --------------------------------------------------------- * Exercise Number: B1 * Title: Mine Sweeper GAme implementation * Author: *//* * ---------------------------------------------------------- * 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 */