mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-20 22:07:26 +08:00
...
This commit is contained in:
@@ -11,7 +11,7 @@ void GuiMain()
|
||||
{
|
||||
FileStream fileStream(L"../UIRes/Direct2DClock.bin", FileStream::ReadOnly);
|
||||
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
|
||||
GetResourceManager()->SetResource(L"Resource", resource);
|
||||
GetResourceManager()->SetResource(resource);
|
||||
}
|
||||
MainWindow window;
|
||||
window.MoveToScreenCenter();
|
||||
|
||||
Reference in New Issue
Block a user