10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
|
|
#ifndef CONFIG_H
|
||
|
|
#define CONFIG_H
|
||
|
|
|
||
|
|
#define NB_LIGNES 4
|
||
|
|
#define NB_COLS
|
||
|
|
|
||
|
|
#define TAILLE_CASE 100
|
||
|
|
|
||
|
|
#endif
|