📄 showmsg.h
字号:
#ifndef _SHOWMSG_H
#define _SHOWMSG_H
//--------------------------------------------------------------
/**\!File
*
*File name:SHOWMSG.h
*
*His:add by honghaier @2004/4/27
*
*Desc:SHOWMSG类
*/
//---------------------------------------------------------------
#include "Cuboid.h"
#include "2DSOUND.h"
//---------------------------------------------------------------
class ShowMsg
{
int *szInfo;
CCuboid *m_tile;
C2DSOUND *m_sound;
LPDIRECT3DDEVICE8 m_pD3DDevice;
int m_stye;
bool m_show;
public:
bool Init(LPDIRECT3DDEVICE8 g_pD3DDevice,C2DSOUND *_sound);
void SetMsg(int _type);
void Show();
virtual ~ShowMsg();
}
;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -