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

9
definirMaxXY.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef DEFINIRMAXXY_H
#define DEFINIRMAXXY_H
int DefMaxX(int taille);
int DefMaxY(int taille);
#endif