Sort of got menus working (not great design though)

This commit is contained in:
Vulpovile
2021-03-06 01:20:30 -08:00
parent dd6cd509fa
commit 69be9dbb91
5 changed files with 18 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ int main(int argc, char** argv) {
}
SendMessage(hwndMain, WM_SETICON, ICON_BIG,(LPARAM)LoadImage(GetModuleHandle(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE));
Globals::mainHwnd = hwndMain;
Application app = Application(hwndMain);
app.run();
}