DragonNest/Client/Test/SkillTest/EmblemTest/EmblemTestDoc.h
2024-12-20 16:56:44 +08:00

40 lines
1.3 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.

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