DragonNest/Client/EtCutSceneTool/cwxAddKeySetDlg.cpp
2024-12-20 16:56:44 +08:00

17 lines
772 B
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.

#include "stdafx.h"
#include <wx/wx.h>
#include "cwxAddKeySetDlg.h"
cwxAddKeySetDlg::cwxAddKeySetDlg( wxWindow* pParent, wxWindowID id, const wxString& title,
const wxPoint& pos /* = wxDefaultPosition */, const wxSize& size /* = wxDefaultSize */,
long style /* = wxDEFAULT_DIALOG_STYLE */ )
{
}
cwxAddKeySetDlg::~cwxAddKeySetDlg(void)
{
}