12 lines
158 B
C++
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
|