Lots of speedup-cleanup-debug. Menu is usable, we need to implement drawing functions now...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@39 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2007-11-03 19:12:03 +00:00
parent d3b41bb251
commit a6ea5950f6
9 changed files with 3440 additions and 3364 deletions

View File

@@ -1,5 +1,5 @@
#ifndef SDLSCREEN_H_INCLUDED
#define SDLSCREEN_H_INCLUDED
#ifndef SDLSCREEN_H_INCLUDED
#define SDLSCREEN_H_INCLUDED
#include <SDL/SDL.h>
#include "struct.h"
@@ -8,6 +8,7 @@
byte Lit_Pixel_SDL (word X,word Y);
void Effacer_Tout_l_Ecran_SDL (byte Couleur);
void Block_SDL (word Debut_X,word Debut_Y,word Largeur,word Hauteur,byte Couleur);
void Block_SDL_Fast (word Debut_X,word Debut_Y,word Largeur,word Hauteur,byte Couleur);
void Pixel_Preview_Normal_SDL (word X,word Y,byte Couleur);
void Pixel_Preview_Loupe_SDL (word X,word Y,byte Couleur);
void Ligne_horizontale_XOR_SDL(word Pos_X,word Pos_Y,word Largeur);
@@ -23,11 +24,9 @@
void Display_brush_Color_zoom_SDL(word Pos_X,word Pos_Y,word Decalage_X,word Decalage_Y,word Largeur,word Pos_Y_Fin,byte Couleur_de_transparence,word Largeur_brosse,byte * Buffer);
void Display_brush_Mono_zoom_SDL (word Pos_X,word Pos_Y,word Decalage_X,word Decalage_Y,word Largeur,word Pos_Y_Fin,byte Couleur_de_transparence,byte Couleur,word Largeur_brosse,byte * Buffer);
void Clear_brush_zoom_SDL (word Pos_X,word Pos_Y,word Decalage_X,word Decalage_Y,word Largeur,word Pos_Y_Fin,byte Couleur_de_transparence,word Largeur_image,byte * Buffer);
void Set_Mode_SDL();
void Set_Mode_SDL();
SDL_Rect ** Liste_Modes_Videos_SDL;
byte* Ecran;
SDL_Event* Evenement_SDL;
#endif // SDLSCREEN_H_INCLUDED
#endif // SDLSCREEN_H_INCLUDED