SAE11_2023/SAE_semestre1/fichier.h/terrain.h

13 lines
198 B
C
Raw Normal View History

2023-12-07 14:32:42 +01:00
#ifndef TERRAIN_H
#define TERRAIN_H
#define LARGEUR_FENETRE 1250
#define HAUTEUR_FENETRE 750
#define TAILLE_CELLULE 25
#define DELAI_MILLISECONDES 100
#define ESPACE_NOIR 100
void jeu();
#endif