oups
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@44 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
0ddc462158
commit
22eac2bb82
3
divers.c
3
divers.c
@ -462,8 +462,7 @@ word Detection_souris(void)
|
|||||||
|
|
||||||
byte Lit_pixel_dans_ecran_courant (word X,word Y)
|
byte Lit_pixel_dans_ecran_courant (word X,word Y)
|
||||||
{
|
{
|
||||||
puts("Lit_pixel_dans_ecran_courant non implémenté!");
|
return (*(Principal_Ecran+Y*Principal_Largeur_image+X));
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Pixel_dans_ecran_courant (word X,word Y,byte Couleur)
|
void Pixel_dans_ecran_courant (word X,word Y,byte Couleur)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user