This commit is contained in:
Zihan Chen
2018-07-01 14:59:11 -07:00
parent bb7767db8f
commit 6d7eff927d
41 changed files with 41 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ void GuiMain()
{
FileStream fileStream(L"../UIRes/Stack.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
GetResourceManager()->SetResource(L"Resource", resource);
GetResourceManager()->SetResource(resource);
}
demo::MainWindow window;
window.MoveToScreenCenter();