Initial commit
This commit is contained in:
parent
392362b8ee
commit
8c7ea4970a
74 changed files with 8220 additions and 30 deletions
18
config.h
Normal file
18
config.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*----------------------------------------------------------
|
||||
* 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue