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

31 lines
No EOL
1.1 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.

// 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;