class FortyApp: public wxApp
{
public:
- FortyApp(){};
- ~FortyApp();
+ FortyApp(){}
+ virtual ~FortyApp();
bool OnInit();
static const wxColour& BackgroundColour();
private:
enum MenuCommands {
- NEW_GAME = 10,
- SCORES,
- UNDO,
- REDO,
+ SCORES = 10,
RIGHT_BUTTON_UNDO,
HELPING_HAND,
LARGE_CARDS
long style = wxDEFAULT_DIALOG_STYLE );
bool AddControls(wxWindow* parent);
-
-private:
- DECLARE_EVENT_TABLE()
};
#define ID_ABOUT_HTML_WINDOW 1000