10 lines
107 B
C
10 lines
107 B
C
|
|
#ifndef DEFINIRMAXXY_H
|
||
|
|
#define DEFINIRMAXXY_H
|
||
|
|
|
||
|
|
|
||
|
|
int DefMaxX(int taille);
|
||
|
|
int DefMaxY(int taille);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|