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

18 lines
578 B
C

/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Exercise Number: n/a
* Title: Configuration Options
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* Global application configuration options
* ----------------------------------------------------------
*/
#ifndef ___CONFIGURATION_H
#define ___CONFIGURATION_H
/** The maximum size of the board dimension (used for columns and rows). */
#define MAX_BOARD_SIZE 26
#endif