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