8 lines
123 B
C++
8 lines
123 B
C++
|
int creerFenetre(int dimensionX, int dimensionY, string nom) {
|
||
|
return 1;
|
||
|
}
|
||
|
|
||
|
int point(int x, int y) {
|
||
|
return 1;
|
||
|
}
|