Files
SAE11_2024/initialisation.h

8 lines
126 B
C
Raw Normal View History

2024-11-15 09:50:42 +01:00
#ifndef INITIALISATION_H
#define INITIALISATION_H
int initialisation(int SourisX, int SourisY, int maxX, int maxY);
#endif