YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib/Adaptor/YModules.h
浏览该文件的文档.
1 /*
2  © 2013 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_Adaptor_YModules_h_
34 #define YSL_INC_Adaptor_YModules_h_ 1
35 
36 #include "../../YModules.h"
37 
39 
40 #define YFM_YSLib_Adaptor_YAdaptor <YSLib/Adaptor/YAdaptor.h>
41 #define YFM_YSLib_Adaptor_YNew <YSLib/Adaptor/YNew.h>
42 #define YFM_YSLib_Adaptor_YContainer <YSLib/Adaptor/ycont.h>
43 #define YFM_YSLib_Adaptor_YReference <YSLib/Adaptor/yref.hpp>
44 #define YFM_YSLib_Adaptor_YTextBase <YSLib/Adaptor/YTextBase.h>
45 #define YFM_YSLib_Adaptor_Configuration <YSLib/Adaptor/config.h>
46 #define YFM_YSLib_Adaptor_Image <YSLib/Adaptor/Image.h>
47 #define YFM_YSLib_Adaptor_Font <YSLib/Adaptor/Font.h>
48 #define YFM_YSLib_Adaptor_Configuration <YSLib/Adaptor/config.h>
49 
50 
51 #endif
52