wxMenu* helpMenu = new wxMenu;
helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game"));
wxMenu* helpMenu = new wxMenu;
helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game"));
m_menuBar = new wxMenuBar;
m_menuBar->Append(gameMenu, wxT("&Game"));
m_menuBar = new wxMenuBar;
m_menuBar->Append(gameMenu, wxT("&Game"));