pro.h

来自「中间件编程,该程序用于传输客户端数据到服务器,可运行于WINDOWS2000,2」· C头文件 代码 · 共 31 行

H
31
字号
// protocol.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCSEntity frame

class CCSEntity : public CFrameWnd
{
	DECLARE_DYNCREATE(CCSEntity)
protected:
	CCSEntity();			// protected constructor used by dynamic creation

// Attributes
public:

// Operations
public:

// Implementation
protected:
	virtual ~CCSEntity();

	// Generated message map functions
	//{{AFX_MSG(CCSEntity)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?