J´ai un probleme plutot embetant, je n´arrive plus a rajouter de void :
In function `void v()´:
`void v()´ redeclared as different kind of symbol
previous declaration of `int v´
previous non-function declaration `int v´
conflicts with function declaration `void v()´
[Build Error] [main.o] Error 1
__________________________________________
Au deut, j´ai mit :
int v=0;
Puis apres :
void v()
{
}
Si je met v(); quelque part ca change rien.
Y a t-il un ombre limité de void dans la SDL ?