OSDN Git Service

cache
[psychlops/cpp.git] / psychlops / psychlops_core.h
1 /*\r
2  *  psychlops_core.h\r
3  *  Psychlops Standard Library (Universal)\r
4  *\r
5  *  Last Modified 2009/07/27 by Kenchi HOSOKAWA\r
6  *  (C) 2009 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO\r
7  */\r
8 \r
9 #ifndef HEADER_PSYCHLOPS_CORE\r
10 #define HEADER_PSYCHLOPS_CORE\r
11 \r
12 \r
13 #include "core/math/psychlops_math.h"\r
14 #include "core/data/psychlops_data.h"\r
15 #include "core/graphic/psychlops_graphic.h"\r
16 #include "core/devices/psychlops_devices.h"\r
17 #include "core/ApplicationInterfaces/psychlops_app_thread.h"\r
18 \r
19 using namespace Psychlops::MatrixOverload;\r
20 \r
21 #endif\r