update GUI codes.(WIP)

This commit is contained in:
2020-11-03 22:29:32 +08:00
parent fd49c76b53
commit f6cf9dc1b8
8 changed files with 41 additions and 11 deletions

View File

@@ -29,6 +29,8 @@ namespace hgl
virtual ThemeForm *CreateForm(Form *,RenderTarget *,RenderCommand *)=0;
virtual bool Render(ThemeForm *);
public:
ThemeEngine(GPUDevice *dev){device=dev;}