📄 gameabout.h
字号:
// GameAbout.h: interface for the CGameAbout class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GAMEABOUT_H__51710278_1FC1_4347_8447_A12692FA146D__INCLUDED_)
#define AFX_GAMEABOUT_H__51710278_1FC1_4347_8447_A12692FA146D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "OpGuide.h"
class CGameAbout : public COpGuide
{
public:
CGameAbout();
virtual ~CGameAbout();
};
#endif // !defined(AFX_GAMEABOUT_H__51710278_1FC1_4347_8447_A12692FA146D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -