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

19 lines
614 B
C

/*----------------------------------------------------------
* HTBLA-Leonding / Class: 2IHIF
* ---------------------------------------------------------
* Exercise Number: B1
* Title: Mine Sweeper Cell implementation
* Author: Marc Tismonar
* ----------------------------------------------------------
* Description:
* Implementation of ms_cell.h.
* ----------------------------------------------------------
*/
#define CELL_COUNT MAX_BOARD_SIZE * MAX_BOARD_SIZE
/** Implementation of cell data */
/** Maximum amount of cell instances */
/** The number of produced cells */