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:
@@ -21,6 +21,7 @@
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "const.h"
|
||||
#include "struct.h"
|
||||
#include "global.h"
|
||||
@@ -32,6 +33,8 @@
|
||||
#include "pages.h"
|
||||
#include "erreurs.h"
|
||||
#include "sdlscreen.h"
|
||||
#include "brush.h"
|
||||
#include "windows.h"
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
#define M_PI 3.14159265358979323846
|
||||
|
||||
Reference in New Issue
Block a user