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