a lot of rename

This commit is contained in:
2020-10-21 12:39:22 +08:00
parent a20afeba9e
commit 0e56a6b00c
69 changed files with 304 additions and 304 deletions

View File

@@ -10,20 +10,20 @@ namespace hgl
{
namespace vulkan
{
class RenderDevice;
class GPUDevice;
}//namespace vulkan
class ThemeEngine
{
protected:
vulkan::RenderDevice *device;
vulkan::GPUDevice *device;
MapObject<Form *,ThemeForm> form_list;
public:
ThemeEngine(vulkan::RenderDevice *dev){device=dev;}
ThemeEngine(vulkan::GPUDevice *dev){device=dev;}
virtual ~ThemeEngine()=default;
virtual bool Init()=0;