diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 1f65aa6..850de2f 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -1,5 +1,4 @@ #include -#include #include @@ -28,7 +27,6 @@ private: }; -wxIMPLEMENT_APP(wxRocket); bool wxRocket::OnInit() { @@ -81,3 +79,6 @@ void MainWindowFrame::onAbout(wxCommandEvent& evt) wxMessageBox(_("This is wxRocket. (c) 2023 by Travis Hunter"), _("About wxRocket"), wxOK | wxICON_INFORMATION); } + +// This will build the main function +wxIMPLEMENT_APP(wxRocket); \ No newline at end of file