OSDN Git Service

first
[psychlops/cpp.git] / psychlops / core / graphic / psychlops_graphic.h
1 /*
2  *  psychlops_g_general.h
3  *  Psychlops Standard Library (Universal)
4  *
5  *  Last Modified 2005/09/25 by Kenchi HOSOKAWA
6  *  (C) 2005 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO
7  */
8
9 #ifndef HEADER_PSYCHLOPS_GRAPHIC
10 #define HEADER_PSYCHLOPS_GRAPHIC
11
12
13 #include "psychlops_g_fundamental.h"
14 #include "psychlops_g_color.h"
15 #include "psychlops_g_shape.h"
16
17 #include "psychlops_g_canvas.h"
18 #include "psychlops_g_image.h"
19
20 #include "psychlops_g_font.h"
21
22 namespace Psychlops {
23         typedef Canvas Setting; //  obsolete
24 }
25
26 #endif