Big cleanup, proper makefile
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@12 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
graph.h
4
graph.h
@@ -1,3 +1,5 @@
|
||||
#include "global.h"
|
||||
|
||||
//byte Meilleure_couleur(byte Rouge, byte Vert, byte Bleu);
|
||||
|
||||
void Remapper_ecran_apres_changement_couleurs_menu(void);
|
||||
@@ -52,7 +54,7 @@ byte Effet_Smooth(word X,word Y,byte Couleur);
|
||||
void Afficher_foreback(void);
|
||||
|
||||
|
||||
void Afficher_pixel(short X,short Y,byte Couleur);
|
||||
void Afficher_pixel(word X,word Y,byte Couleur);
|
||||
|
||||
void Afficher_pinceau(short X,short Y,byte Couleur,byte Preview);
|
||||
void Effacer_pinceau(short X,short Y);
|
||||
|
||||
Reference in New Issue
Block a user