📄 rezfind.h
字号:
/****************************************************************************
;
; MODULE: REZFIND (.H)
;
; PURPOSE: Routines to find the rez files
;
; HISTORY: 08/11/98 [blg] This file was created
;
; COMMENT: Copyright (c) 1998, Monolith Productions Inc.
;
****************************************************************************/
#ifndef _REZFIND_H_
#define _REZFIND_H_
// Prototypes...
BOOL FindRezFiles(HINSTANCE hInst);
char* GetGameRezFile();
char* GetSoundRezFile();
// EOF
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -