连接修改,类型适配

This commit is contained in:
2025-06-10 01:32:43 +08:00
parent 46ae04cd50
commit f0ff214289
2 changed files with 12 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ namespace hgl
virtual void SetSystemCursor(bool){}
virtual bool Update();
virtual bool Update() override;
};//class Window
Window *CreateRenderWindow(const OSString &win_name);