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/src/affichageFenetreSDL.cpp
Geoffrey Frogeye f5b32a9a4e Légère réorganisation
Mise des fichiers de programmation dans /src
Petite modification de TODO.md
2014-03-24 18:48:08 +01:00

8 lines
123 B
C++

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