mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-09 06:22:18 +08:00
[NOT READY]Update release
This commit is contained in:
@@ -7,8 +7,7 @@ void GuiMain()
|
||||
{
|
||||
{
|
||||
FileStream fileStream(L"../UIRes/QueryService.bin", FileStream::ReadOnly);
|
||||
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
|
||||
GetResourceManager()->SetResource(resource);
|
||||
GetResourceManager()->LoadResourceOrPending(fileStream);
|
||||
}
|
||||
demo::MainWindow window;
|
||||
window.MoveToScreenCenter();
|
||||
|
||||
Reference in New Issue
Block a user