YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
CHRLib/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 YF_INC_CHRLib_YModules_h_
34 #define YF_INC_CHRLib_YModules_h_ 1
35 
36 #include "../YModules.h"
37 #include "YCLib/YModules.h"
38 
40 
41 #define YFM_CHRLib_CHRDefinition <CHRLib/chrdef.h>
42 #define YFM_CHRLib_CharacterMapping <CHRLib/chrmap.h>
43 #define YFM_CHRLib_CharacterProcessing <CHRLib/chrproc.h>
44 #define YFM_CHRLib_Encoding <CHRLib/encoding.h>
45 #define YFM_CHRLib_Convert <CHRLib/Convert.hpp>
46 #define YFM_CHRLib_StaticMapping <CHRLib/smap.hpp>
47 #define YFM_CHRLib_MappingEx <CHRLib/MapEx.h>
48 
49 
50 #endif
51