initialisation

This commit is contained in:
2024-11-15 09:50:42 +01:00
parent c01961ff3c
commit f2880c2bbf
6 changed files with 78 additions and 9 deletions

7
initialisation.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef INITIALISATION_H
#define INITIALISATION_H
int initialisation(int SourisX, int SourisY, int maxX, int maxY);
#endif