YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Helper/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_Helper_YModules_h_
34 #define YF_INC_Helper_YModules_h_ 1
35 
36 #include "../YModules.h"
37 #include "../YSLib/UI/YModules.h"
38 #include "../NPL/YModules.h"
39 
41 
42 #define YFM_Helper_YGlobal <Helper/yglobal.h>
43 #define YFM_Helper_Initialization <Helper/Initialization.h>
44 #define YFM_Helper_InputManager <Helper/InputManager.h>
45 #define YFM_Helper_GUIShell <Helper/GUIShell.h>
46 #define YFM_Helper_GUIApplication <Helper/GUIApplication.h>
47 #define YFM_Helper_Host <Helper/Host.h>
48 #define YFM_Helper_HostedUI <Helper/HostedUI.h>
49 #define YFM_Helper_HostRenderer <Helper/HostRenderer.h>
50 #define YFM_Helper_ScreenBuffer <Helper/ScreenBuffer.h>
51 #define YFM_Helper_HostWindow <Helper/HostWindow.h>
52 #define YFM_Helper_ShellHelper <Helper/ShellHelper.h>
53 
54 #define YFM_DS_Helper_DSMain <Helper/DSMain.h>
55 #define YFM_DS_Helper_Shell_DS <Helper/shlds.h>
56 
57 
58 #endif
59