Fix main.cpp brackets
This commit is contained in:
parent
27fb4cf7ea
commit
71ab164b1e
@ -1,6 +1,7 @@
|
||||
#include "MyApplication.h"
|
||||
|
||||
int WINAPI WinMain(HINSTANCE h_instance, HINSTANCE h_prev_instance, LPSTR cmd_line, int n_cmd_show) {
|
||||
int WINAPI WinMain(HINSTANCE h_instance, HINSTANCE h_prev_instance, LPSTR cmd_line, int n_cmd_show)
|
||||
{
|
||||
MyApplication my_app("my_app", h_instance);
|
||||
return my_app.run();
|
||||
}
|
Loading…
Reference in New Issue
Block a user