All code ready for mass translation

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@691 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-23 18:08:42 +00:00
parent f8c7c6730b
commit 346d940889
51 changed files with 1772 additions and 1773 deletions

View File

@@ -21,11 +21,11 @@
*/
#include "struct.h"
void Pixel_Double (word X,word Y,byte Couleur);
byte Lit_Pixel_Double (word X,word Y);
void Pixel_Double (word x,word y,byte Couleur);
byte Lit_Pixel_Double (word x,word y);
void Block_Double (word Debut_X,word Debut_Y,word width,word height,byte Couleur);
void Pixel_Preview_Normal_Double (word X,word Y,byte Couleur);
void Pixel_Preview_Loupe_Double (word X,word Y,byte Couleur);
void Pixel_Preview_Normal_Double (word x,word y,byte Couleur);
void Pixel_Preview_Loupe_Double (word x,word y,byte Couleur);
void Ligne_horizontale_XOR_Double (word x_pos,word y_pos,word width);
void Ligne_verticale_XOR_Double (word x_pos,word y_pos,word height);
void Display_brush_Color_Double (word x_pos,word y_pos,word x_offset,word y_offset,word width,word height,byte Couleur_de_transparence,word Largeur_brosse);