SAE11_2023/SAE_semestre1/fichier.h/terrain.h

7 lines
134 B
C
Raw Normal View History

2023-12-07 14:32:42 +01:00
#ifndef TERRAIN_H
#define TERRAIN_H
void DessinerScene(int murx[30], int mury[30], int minute, int seconde, char timer []);
2023-12-07 14:32:42 +01:00
#endif