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:
@@ -21,11 +21,11 @@
|
||||
*/
|
||||
#include "struct.h"
|
||||
|
||||
void Pixel_Simple (word X,word Y,byte Couleur);
|
||||
byte Lit_Pixel_Simple (word X,word Y);
|
||||
void Pixel_Simple (word x,word y,byte Couleur);
|
||||
byte Lit_Pixel_Simple (word x,word y);
|
||||
void Block_Simple (word Debut_X,word Debut_Y,word width,word height,byte Couleur);
|
||||
void Pixel_Preview_Normal_Simple (word X,word Y,byte Couleur);
|
||||
void Pixel_Preview_Loupe_Simple (word X,word Y,byte Couleur);
|
||||
void Pixel_Preview_Normal_Simple (word x,word y,byte Couleur);
|
||||
void Pixel_Preview_Loupe_Simple (word x,word y,byte Couleur);
|
||||
void Ligne_horizontale_XOR_Simple (word x_pos,word y_pos,word width);
|
||||
void Ligne_verticale_XOR_Simple (word x_pos,word y_pos,word height);
|
||||
void Display_brush_Color_Simple (word x_pos,word y_pos,word x_offset,word y_offset,word width,word height,byte Couleur_de_transparence,word Largeur_brosse);
|
||||
|
||||
Reference in New Issue
Block a user