No changes made
This commit is contained in:
parent
a8c43c188b
commit
f5175c483d
50 changed files with 8240 additions and 8240 deletions
38
ms_board.c
38
ms_board.c
|
|
@ -1,19 +1,19 @@
|
|||
/*----------------------------------------------------------
|
||||
* 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. */
|
||||
/*----------------------------------------------------------
|
||||
* 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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue