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

12 lines
158 B
C++

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