📄 ddraw.inc
字号:
; ===========================================
; ddraw.inc copyright MASM32 1998 - 2005
; ===========================================
IFNDEF DDRAW_INC
DDRAW_INC equ <1>
DDGetAttachedSurfaceLcl PROTO :DWORD,:DWORD,:DWORD
DDInternalLock PROTO :DWORD,:DWORD
DDInternalUnlock PROTO :DWORD
DSoundHelp PROTO :DWORD,:DWORD,:DWORD
DirectDrawCreate PROTO :DWORD,:DWORD,:DWORD
DirectDrawCreateClipper PROTO :DWORD,:DWORD,:DWORD
DirectDrawCreateEx PROTO :DWORD,:DWORD,:DWORD,:DWORD
DirectDrawEnumerateA PROTO :DWORD,:DWORD
DirectDrawEnumerate equ <DirectDrawEnumerateA>
DirectDrawEnumerateExA PROTO :DWORD,:DWORD,:DWORD
DirectDrawEnumerateEx equ <DirectDrawEnumerateExA>
DirectDrawEnumerateExW PROTO :DWORD,:DWORD,:DWORD
DirectDrawEnumerateW PROTO :DWORD,:DWORD
GetDDSurfaceLocal PROTO :DWORD,:DWORD,:DWORD
GetSurfaceFromDC PROTO :DWORD,:DWORD,:DWORD
ELSE
echo -----------------------------------------
echo WARNING Duplicate include file ddraw.inc
echo -----------------------------------------
ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -