8 lines
126 B
C
8 lines
126 B
C
|
|
#ifndef INITIALISATION_H
|
||
|
|
#define INITIALISATION_H
|
||
|
|
|
||
|
|
int initialisation(int SourisX, int SourisY, int maxX, int maxY);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|