bandfuncs.h
来自「Vista 核心Rally技术之-LLTD 实现源代码」· C头文件 代码 · 共 34 行
H
34 行
/*
* LICENSE NOTICE.
*
* Use of the Microsoft Windows Rally Development Kit is covered under
* the Microsoft Windows Rally Development Kit License Agreement,
* which is provided within the Microsoft Windows Rally Development
* Kit or at http://www.microsoft.com/whdc/rally/rallykit.mspx. If you
* want a license from Microsoft to use the software in the Microsoft
* Windows Rally Development Kit, you must (1) complete the designated
* "licensee" information in the Windows Rally Development Kit License
* Agreement, and (2) sign and return the Agreement AS IS to Microsoft
* at the address provided in the Agreement.
*/
/*
* Copyright (c) Microsoft Corporation 2005. All rights reserved.
* This software is provided with NO WARRANTY.
*/
#ifndef BANDFUNCS_H
#define BANDFUNCS_H
extern void band_InitStats(void);
extern void band_UpdateStats(void);
extern void band_ChooseHelloTime(void);
extern void band_IncreaseLoad(bool_t mapbegin);
extern void band_ResetNi(void);
#endif /* BANDFUNCS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?