YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ysbuild.h
浏览该文件的文档.
1 /*
2  Copyright by FrankHB 2009 - 2013.
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 
37 #ifndef YSL_INC_YSBUILD_H_
38 #define YSL_INC_YSBUILD_H_ 1
39 
40 #include <YSLib/Core/ydevice.h>
41 #include <YSLib/UI/ydesktop.h>
42 #include <YSLib/UI/ygui.h>
43 #include <YSLib/UI/YBrush.h>
44 #include <Helper/Initialization.h>
45 #include <Helper/DSMain.h>
46 #include <YSLib/Service/YBlit.h>
47 #include <YSLib/Service/textmgr.h>
48 #include <YSLib/UI/Selector.h>
49 #include <YSLib/UI/form.h>
50 #include <YSLib/UI/ComboList.h>
51 #include <YSLib/UI/menu.h>
52 #include <YSLib/UI/progress.h>
53 #include <YSLib/UI/uicontx.h>
54 
55 #endif
56