ddp2_wg.h
资源名称:ddp2_wg.rar [点击查看]
上传用户:asdl8888
上传日期:2022-05-12
资源大小:1858k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- // ddp2_wg.h : main header file for the DDP2_WG application
- //
- #if !defined(AFX_DDP2_WG_H__76C2EE7D_A499_414F_984E_4607DDEE107B__INCLUDED_)
- #define AFX_DDP2_WG_H__76C2EE7D_A499_414F_984E_4607DDEE107B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CDdp2_wgApp:
- // See ddp2_wg.cpp for the implementation of this class
- //
- class CDdp2_wgApp : public CWinApp
- {
- public:
- CDdp2_wgApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDdp2_wgApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CDdp2_wgApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DDP2_WG_H__76C2EE7D_A499_414F_984E_4607DDEE107B__INCLUDED_)