debughlp.def

来自「hl2 source code. Do not use it illegal.」· DEF 代码 · 共 31 行

DEF
31
字号
;Copyright (c) 1998 Russell Freeman. All Rights Reserved.
;please see the file "licence.txt" for licencing details.
;Email: russf@gipsysoft.com
;Web site: http://www.gipsysoft.com
;
;This notice must remain intact.
;This file belongs wholly to Russell Freeman, 
;You may use this file compiled in your applications.
;You may not sell this file in source form.
;This source code may not be distributed as part of a library,
;
;This file is provided 'as is' with no expressed or implied warranty.
;The author accepts no liability if it causes any damage to your
;computer.
;
;Please use and enjoy. Please let me know of any bugs/mods/improvements 
;that you have found/implemented and I will fix/incorporate them into this
;file.
;
;File:	DebugHlp.def
;Owner:	russf@gipsysoft.com
;Purpose:	The usual DEF file.

EXPORTS
	DebugTraceA							@1
	DebugTraceW							@2
	DebugTraceLineAndFileA	@3
	DebugTraceLineAndFileW	@4
	AssertFailed						@5
	ApiFailure							@6

⌨️ 快捷键说明

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