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