DragonNest/Client/EtCutSceneTool/cwxAddKeySetDlg.cpp

18 lines
368 B
C++
Raw Permalink Normal View History

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