YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib/Core/YModules.h
浏览该文件的文档.
1 /*
2  © 2013-2014 FrankHB.
3 
4  This file is part of the YSLib project, and may only be used,
5  modified, and distributed under the terms of the YSLib project
6  license, LICENSE.TXT. By continuing to use, modify, or distribute
7  this file you indicate that you have read the license and
8  understand and accept it fully.
9 */
10 
33 #ifndef YSL_INC_Core_YModules_h_
34 #define YSL_INC_Core_YModules_h_ 1
35 
36 #include "../../YModules.h"
37 #include "../Adaptor/YModules.h"
38 
40 
41 #define YFM_YSLib_Core_YShellDefinition <YSLib/Core/ysdef.h>
42 #define YFM_YSLib_Core_YException <YSLib/Core/yexcept.h>
43 #define YFM_YSLib_Core_YCoreUtilities <YSLib/Core/ycutil.h>
44 #define YFM_YSLib_Core_YObject <YSLib/Core/yobject.h>
45 #define YFM_YSLib_Core_YFunc <YSLib/Core/yfunc.hpp>
46 #define YFM_YSLib_Core_YEvent <YSLib/Core/yevt.hpp>
47 #define YFM_YSLib_Core_YString <YSLib/Core/ystring.h>
48 #define YFM_YSLib_Core_YGDIBase <YSLib/Core/ygdibase.h>
49 #define YFM_YSLib_Core_YDevice <YSLib/Core/ydevice.h>
50 #define YFM_YSLib_Core_YMessage <YSLib/Core/ymsg.h>
51 #define YFM_YSLib_Core_YMessageDefinition <YSLib/Core/ymsgdef.h>
52 #define YFM_YSLib_Core_YShell <YSLib/Core/yshell.h>
53 #define YFM_YSLib_Core_YApplication <YSLib/Core/yapp.h>
54 #define YFM_YSLib_Core_YCounter <YSLib/Core/ycounter.hpp>
55 #define YFM_YSLib_Core_YStorage <YSLib/Core/ystorage.hpp>
56 #define YFM_YSLib_Core_ValueNode <YSLib/Core/ValueNode.h>
57 #define YFM_YSLib_Core_Task <YSLib/Core/Task.h>
58 #define YFM_YSLib_Core_Cache <YSLib/Core/Cache.hpp>
59 
60 
61 #endif
62