This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
PILG/affichageFenetreSDL.cpp

8 lines
123 B
C++
Raw Normal View History

int creerFenetre(int dimensionX, int dimensionY, string nom) {
return 1;
}
int point(int x, int y) {
return 1;
}