tanke_huangleleDoc.cpp
资源名称:TankWar.rar [点击查看]
上传用户:jindun001
上传日期:2021-02-02
资源大小:13780k
文件大小:2k
源码类别:
射击游戏
开发平台:
Visual C++
- // tanke_huangleleDoc.cpp : implementation of the CTanke_huangleleDoc class
- //
- #include "stdafx.h"
- #include "tanke_huanglele.h"
- #include "tanke_huangleleDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CTanke_huangleleDoc
- IMPLEMENT_DYNCREATE(CTanke_huangleleDoc, CDocument)
- BEGIN_MESSAGE_MAP(CTanke_huangleleDoc, CDocument)
- //{{AFX_MSG_MAP(CTanke_huangleleDoc)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- // DO NOT EDIT what you see in these blocks of generated code!
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CTanke_huangleleDoc construction/destruction
- CTanke_huangleleDoc::CTanke_huangleleDoc()
- {
- // TODO: add one-time construction code here
- }
- CTanke_huangleleDoc::~CTanke_huangleleDoc()
- {
- }
- BOOL CTanke_huangleleDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- // TODO: add reinitialization code here
- // (SDI documents will reuse this document)
- return TRUE;
- }
- /////////////////////////////////////////////////////////////////////////////
- // CTanke_huangleleDoc serialization
- void CTanke_huangleleDoc::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: add storing code here
- }
- else
- {
- // TODO: add loading code here
- }
- }
- /////////////////////////////////////////////////////////////////////////////
- // CTanke_huangleleDoc diagnostics
- #ifdef _DEBUG
- void CTanke_huangleleDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CTanke_huangleleDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CTanke_huangleleDoc commands