wxMahjong/HelpDlg.h

14 lines
175 B
C++

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