13-minesweeper/ms_board.c
github-classroom[bot] 8c7ea4970a
Initial commit
2025-01-28 00:13:55 +00:00

19 lines
592 B
C

/*----------------------------------------------------------
* HTBLA-Leonding / Class: <your class>
* ---------------------------------------------------------
* Exercise Number: B1
* Title: Mine Sweeper Board implementation
* Author: */<your name>/*
* ----------------------------------------------------------
* Description:
* Implementation of ms_board.h.
* ----------------------------------------------------------
*/
#include "ms_board.h"
#include "config.h"
/** Implementation of Mine Sweeper board data */
/** The private singleton instance of the board data. */