mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
switched main
This commit is contained in:
parent
604e92b440
commit
b4271d88a1
@ -80,7 +80,7 @@ void MyFrame::OnHello(wxCommandEvent& event) {
|
||||
wxLogMessage("Hello world from wxWidgets!");
|
||||
}
|
||||
|
||||
int GUIEntry(int argc, char* argv[]) {
|
||||
int main(int argc, char* argv[]) {
|
||||
new MyApp();
|
||||
return wxEntry(argc, argv);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user