📄 splash.h
字号:
/****************************************************************************
;
; MODULE: Splash (.H)
;
; PURPOSE: Splash screen state functions
;
; HISTORY: 10/18/98 [blg] This file was created
;
; COMMENT: Copyright (c) 1998, Monolith Productions Inc.
;
****************************************************************************/
#ifndef _SPLASH_H_
#define _SPLASH_H_
// Includes...
#include "cpp_clientshell_de.h"
// Prototypes...
DBOOL Splash_SetState(CClientDE* pClientDE, char* sScreen, DBOOL bExit = DFALSE);
DBOOL Splash_SetInfo(CClientDE* pClientDE, char* sScreen, DBOOL bExit = DFALSE);
void Splash_Term();
void Splash_Update();
void Splash_OnKeyDown(int nKey);
HSURFACE Splash_Display(CClientDE* pClientDE, char* sScreen, DBOOL bStretch = DFALSE);
// EOF...
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -