wxMahjong/HelpDlg.h

13 lines
154 B
C++

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