YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
NPL/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 YF_INC_NPL_YModules_h_
34 #define YF_INC_NPL_YModules_h_ 1
35 
36 #include "../YModules.h"
37 #include "../YSLib/Service/YModules.h"
38 
40 #define YFM_NPL_NPL <NPL/NPL.h>
41 #define YFM_NPL_NPLA1 <NPL/NPLA1.h>
43 
45 #define YFM_NPL_Lexical <NPL/Lexical.h>
46 #define YFM_NPL_SContext <NPL/SContext.h>
47 #define YFM_NPL_Configuration <NPL/Configuration.h>
48 
49 
50 #endif
51