utils.h

来自「hl2 source code. Do not use it illegal.」· C头文件 代码 · 共 19 行

H
19
字号
/*----------------------------------------------------------------------
Copyright (c) 1998 Gipsysoft. All Rights Reserved.
Please see the file "licence.txt" for licencing details.

File:	Utils.h
Owner:	russf@gipsysoft.com
Purpose:	Some utility code for the entire project.
----------------------------------------------------------------------*/
#ifndef UTILS_H
#define UTILS_H

//
//	Register/unregister a section for a timer event.
//	CSectionABC::OnTimer( int ) will be called every time the event fires
const int knNullTimerId = -1;

void GetMousePoint( class CPoint &pt );

#endif //UTILS_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?