YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ScreenBuffer.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 
28 #ifndef INC_Helper_ScreenBuffer_h_
29 #define INC_Helper_ScreenBuffer_h_ 1
30 
31 #include "YModules.h"
32 #include YFM_YSLib_Core_YGDIBase
33 #include YFM_YCLib_NativeAPI
34 #if YF_Multithread == 1
35 # include <mutex>
36 #endif
37 #if YCL_Win32
38 # include YFM_MinGW32_YCLib_Win32GUI
39 #elif YCL_Android
40 # include YFM_Android_YCLib_Android
41 #endif
42 
43 namespace YSLib
44 {
45 
46 #if YF_Hosted
47 namespace Host
48 {
49 
51 using namespace platform_ex;
52 
53 } // namespace Host;
54 #endif
55 
56 } // namespace YSLib;
57 
58 #endif
59