DragonNest/Server/ServiceMonitorEx/Source/MainDoc.h
2024-12-20 16:56:44 +08:00

40 lines
1.2 KiB
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// MainDoc.h : interface of the CMainDoc class
//
#pragma once
class CMainDoc : public CDocument
{
protected: // create from serialization only
CMainDoc();
DECLARE_DYNCREATE(CMainDoc)
// Attributes
public:
// Operations
public:
// Overrides
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
// Implementation
public:
virtual ~CMainDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
DECLARE_MESSAGE_MAP()
};