Text tool: now has a preview.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@321 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-11-02 20:33:36 +00:00
parent de2f95863d
commit c5a3b7b3c8
3 changed files with 108 additions and 14 deletions

View File

@@ -54,5 +54,6 @@
void Flush_update(void);
byte * Surface_en_bytefield(SDL_Surface *Source, byte * Destination);
SDL_Color Conversion_couleur_SDL(byte);
void Affiche_brosse_SDL(byte * B, word Pos_X,word Pos_Y,word Decalage_X,word Decalage_Y,word Largeur,word Hauteur,byte Couleur_de_transparence,word Largeur_brosse);
#endif // SDLSCREEN_H_INCLUDED