From 6c6dc053488ded83581943844c2b4c2a606218f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 18:54:07 +0800 Subject: ... --- include/cru/platform/graphics/web_canvas/WebCanvasBrush.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/cru/platform/graphics/web_canvas/WebCanvasBrush.h (limited to 'include/cru/platform/graphics/web_canvas/WebCanvasBrush.h') diff --git a/include/cru/platform/graphics/web_canvas/WebCanvasBrush.h b/include/cru/platform/graphics/web_canvas/WebCanvasBrush.h new file mode 100644 index 00000000..f70c5ecc --- /dev/null +++ b/include/cru/platform/graphics/web_canvas/WebCanvasBrush.h @@ -0,0 +1,9 @@ +#pragma once +#include "../Brush.h" +#include "WebCanvasResource.h" + +namespace cru::platform::graphics::web_canvas { +class WebCanvasBrush : public WebCanvasResource, public virtual IBrush { + +}; +} -- cgit v1.2.3