Finished updating the includes for graph.c split. Now we have :

-Graph.c : everything related to drawing.
-Brush.c : everything related to brushes (displaying, erasing, capturing, and effects)
-Windows.c : windows and menu drawing functions

Some functions were also moved to divers.c.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@396 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-16 22:14:08 +00:00
parent c004c90d90
commit 90b3f9b1a1
13 changed files with 27 additions and 11 deletions

View File

@@ -37,6 +37,7 @@
#include "const.h"
#include "sdlscreen.h"
#include "readline.h"
#include "windows.h"
#define COULEUR_TEXTE CM_Noir
#define COULEUR_FOND CM_Clair