SAE11_2023/SAE_semestre1/fichier.h/terrain.h

7 lines
94 B
C
Raw Normal View History

2023-12-07 14:32:42 +01:00
#ifndef TERRAIN_H
#define TERRAIN_H
2023-12-19 17:27:47 +01:00
void DessinerScene(int murx[30], int mury[30]);
2023-12-07 14:32:42 +01:00
#endif