Windows rename should also change the window name in `windows\runner\main.cpp` ```c ... Win32Window::Size size(1280, 720); if (!window.Create(L"Untitled", origin, size)) { return EXIT_FAILURE; ... ```
Windows rename should also change the window name in
windows\runner\main.cpp