cleanup
This commit is contained in:
parent
f085539ba7
commit
0adeddb42b
@ -1,5 +1,4 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
#include <wx/wxprec.h>
|
#include <wx/wxprec.h>
|
||||||
|
|
||||||
@ -28,7 +27,6 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wxIMPLEMENT_APP(wxRocket);
|
|
||||||
|
|
||||||
bool wxRocket::OnInit()
|
bool wxRocket::OnInit()
|
||||||
{
|
{
|
||||||
@ -81,3 +79,6 @@ void MainWindowFrame::onAbout(wxCommandEvent& evt)
|
|||||||
wxMessageBox(_("This is wxRocket. (c) 2023 by Travis Hunter"),
|
wxMessageBox(_("This is wxRocket. (c) 2023 by Travis Hunter"),
|
||||||
_("About wxRocket"), wxOK | wxICON_INFORMATION);
|
_("About wxRocket"), wxOK | wxICON_INFORMATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This will build the main function
|
||||||
|
wxIMPLEMENT_APP(wxRocket);
|
Loading…
x
Reference in New Issue
Block a user