wxMahjong/AboutDlg.h

14 lines
180 B
C++

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