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