SAE11_2023/SAE_semestre1/fichier.h/terrain.h

7 lines
94 B
C
Executable File

#ifndef TERRAIN_H
#define TERRAIN_H
void DessinerScene(int murx[30], int mury[30]);
#endif