YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YCLib/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_YCLib_YModules_h_
34 #define YF_INC_YCLib_YModules_h_ 1
35 
36 #include "../YModules.h"
37 
39 
40 #define YFM_YCLib_Platform <YCLib/Platform.h>
41 #define YFM_YCLib_YCommon <YCLib/ycommon.h>
42 #define YFM_YCLib_NativeAPI <YCLib/NativeAPI.h>
43 #define YFM_YCLib_Debug <YCLib/Debug.h>
44 #define YFM_YCLib_FileSystem <YCLib/FileSystem.h>
45 #define YFM_YCLib_Timer <YCLib/Timer.h>
46 #define YFM_YCLib_Video <YCLib/Video.h>
47 #define YFM_YCLib_Keys <YCLib/Keys.h>
48 #define YFM_YCLib_Input <YCLib/Input.h>
49 #define YFM_YCLib_MemoryMapping <YCLib/MemoryMapping.h>
50 #define YFM_YCLib_Host <YCLib/Host.h>
52 
53 #define YFM_MinGW32_YCLib_MinGW32 <YCLib/MinGW32.h>
54 #define YFM_MinGW32_YCLib_COM <YCLib/COM.h>
55 #define YFM_MinGW32_YCLib_Win32GUI <YCLib/Win32GUI.h>
56 
57 #define YFM_Android_YCLib_Android <YCLib/Android.h>
59 
60 #endif
61