wxMahjong/HelpDlg.h
2022-05-28 19:00:02 +03:00

12 lines
154 B
C++

#ifndef HELPDLG_H
#define HELPDLG_H
#include "wxw.h"
class HelpDlg : public wxDialog {
public:
HelpDlg(wxWindow* parent, wxWindowID id);
};
#endif