wxMahjong/HelpDlg.h

13 lines
156 B
C++

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