YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ExStyle.h
浏览该文件的文档.
1 /*
2  © 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 
28 #ifndef YSL_INC_UI_ExStyle_h_
29 #define YSL_INC_UI_ExStyle_h_ 1
30 
31 #include "YModules.h"
32 #include YFM_YSLib_UI_YStyle
33 #include YFM_YSLib_UI_Button
34 
35 namespace YSLib
36 {
37 
38 namespace UI
39 {
40 
41 namespace Styles
42 {
43 
48 YF_API void
49 InitExStyles();
50 
51 } // namespace Styles;
52 
53 } // namespace UI;
54 
55 } // namespace YSLib;
56 
57 #endif
58 
#define YF_API
Definition: Platform.h:64
YF_API void InitExStyles()
初始化扩展样式。
Definition: ExStyle.cpp:232