aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/SvgGeometry.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-12 17:10:18 +0800
committercrupest <crupest@outlook.com>2023-10-12 17:10:18 +0800
commit9a077caa6d3f7eb8255ae68916dccac9b50a4333 (patch)
tree486f5f01d5de8ff1b236029e1b955df1d70728a8 /include/cru/platform/graphics/SvgGeometry.h
parent6fc14693d01f2be98b45d70405b16883607d4666 (diff)
downloadcru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.tar.gz
cru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.tar.bz2
cru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.zip
...
Diffstat (limited to 'include/cru/platform/graphics/SvgGeometry.h')
-rw-r--r--include/cru/platform/graphics/SvgGeometry.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/cru/platform/graphics/SvgGeometry.h b/include/cru/platform/graphics/SvgGeometry.h
new file mode 100644
index 00000000..281158f0
--- /dev/null
+++ b/include/cru/platform/graphics/SvgGeometry.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "Geometry.h"
+
+namespace cru::platform::graphics {
+class CRU_PLATFORM_GRAPHICS_API SvgGeometryBuilder : public virtual IGeometryBuilder {
+
+};
+}
+