13-minesweeper/ms_game.c
2025-01-28 16:39:02 +01:00

20 lines
623 B
C

/*----------------------------------------------------------
* 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 */