Fichier #ycxzqt68-3485 - C - Code source
Téléchargé par Dark-GDK-tut-1 - 25/07/2010 1:24 - 21 affichages
Code source
#include<DarkGDK.h>void DarkGDK(void)
{dbSyncOn();
dbSyncRate(60);
dbDisableEscapeKey();
dbSetImageColorKey(70,70,70);
dbLine(22,22,199,277);
while(LoopGDK())
{if(dbEscapeKey()== 1)
{break;
}dbSync();
}for(int i=1; 1<19;i++)
{dbDeleteSprite(i);
dbDeleteImage(i);
}return;
}
