YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
NPL.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 NPL_INC_NPL_h_
29 #define NPL_INC_NPL_h_ 1
30 
31 #include "YModules.h"
32 #include "YCLib/YModules.h"
33 #include YFM_YCLib_Platform // for YF_API;
34 #include <ydef.h>
35 
36 namespace NPL
37 {
38 
40 
41 
45 struct YF_API NPL
46 {};
47 
48 
49 using ystdex::byte;
51 
52 } // namespace NPL;
53 
54 #endif
55 
#define YF_API
Definition: Platform.h:64
系统环境和公用类型和宏的基础定义。
unsigned char byte
字节类型。
Definition: ydef.h:555
NPL 元标签。
Definition: NPL.h:45