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

12 lines
158 B
C++

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