DragonNest/Client/Test/SkillTest/EmblemTest/EmblemTest.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

31 lines
No EOL
527 B
C++

// EmblemTest.h : main header file for the EmblemTest application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CEmblemTestApp:
// See EmblemTest.cpp for the implementation of this class
//
class CEmblemTestApp : public CWinApp
{
public:
CEmblemTestApp();
// Overrides
public:
virtual BOOL InitInstance();
// Implementation
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
};
extern CEmblemTestApp theApp;