10 lines
106 B
C
10 lines
106 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define NB_LIGNES 4
|
|
#define NB_COLS 4
|
|
|
|
#define TAILLE_CASE 100
|
|
|
|
#endif
|