Files
SAE11_2024/initialisation.h
2024-11-15 09:50:42 +01:00

8 lines
126 B
C

#ifndef INITIALISATION_H
#define INITIALISATION_H
int initialisation(int SourisX, int SourisY, int maxX, int maxY);
#endif