13 lines
158 B
C++
13 lines
158 B
C++
#ifndef ABOUTDLG_H
|
|
#define ABOUTDLG_H
|
|
|
|
#include "wxw.h"
|
|
|
|
class AboutDlg : public wxDialog
|
|
{
|
|
public:
|
|
AboutDlg(wxWindow *parent, wxWindowID id);
|
|
};
|
|
|
|
#endif
|