OSDN Git Service

first
[psychlops/cpp.git] / psychlops / extension / psychlops_prototype.h
1 /*
2  *  psychlops_prototype.h
3  *  Psychlops Standard Library (Universal)
4  *
5  *  Last Modified 2005/10/05 by Kenchi HOSOKAWA
6  *  (C) 2005 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO
7  */
8
9 #ifndef HEADER_PSYCHLOPS_PROTOTYPE
10 #define HEADER_PSYCHLOPS_PROTOTYPE
11
12
13 #include "prototype/math/psychlops_math_prototype.h"
14 #include "prototype/figure/psychlops_figure_gabor.h"
15 #include "prototype/figure/psychlops_figure_graph.h"
16 #include "prototype/figure/psychlops_figure_grating.h"
17 #include "prototype/graphic/psychlops_g_canvas3d_prototype.h"
18 #include "prototype/graphic/psychlops_g_SVG.h"
19
20 namespace Psychlops {
21
22
23 }
24
25 #endif