ok
This commit is contained in:
parent
afdfb96a93
commit
593dc4dd70
@ -17,7 +17,9 @@ void DessinerVirus(unsigned long int addresse, char* coul){
|
||||
int j;
|
||||
int x;
|
||||
int y;
|
||||
|
||||
if(addresse==0){
|
||||
DessinerRectangle(35, 20, 3, 30);
|
||||
}else{
|
||||
for(i=0;i<16;i++){
|
||||
for(j=0;j<500;j++){
|
||||
addresse=addresse-1;
|
||||
@ -34,6 +36,7 @@ void DessinerVirus(unsigned long int addresse, char* coul){
|
||||
}
|
||||
DessinerRectangle(35+x, 20+y, 3, 30);
|
||||
}
|
||||
}
|
||||
|
||||
void PremiereImage(void){
|
||||
int x=3;
|
||||
|
BIN
graphique.o
BIN
graphique.o
Binary file not shown.
BIN
superviseur
BIN
superviseur
Binary file not shown.
Loading…
Reference in New Issue
Block a user