DragonNest/Client/EtCutSceneTool/cwxAddKeySetDlg.cpp
2024-12-19 09:48:26 +08:00

17 lines
368 B
C++

#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)
{
}