Files
SAE11_2024/initialisation.h

10 lines
173 B
C
Raw Normal View History

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