summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/pen.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/graphics/pen.h')
-rw-r--r--source/Asura.Editor/graphics/pen.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/Asura.Editor/graphics/pen.h b/source/Asura.Editor/graphics/pen.h
new file mode 100644
index 0000000..87a031c
--- /dev/null
+++ b/source/Asura.Editor/graphics/pen.h
@@ -0,0 +1,20 @@
+#ifndef __ASURA_EDITOR_PEN_H__
+#define __ASURA_EDITOR_PEN_H__
+
+namespace AsuraEditor
+{
+ namespace Graphics
+ {
+
+ ///
+ /// ʣָƵʽ
+ ///
+ class Pen
+ {
+
+ };
+
+ }
+}
+
+#endif \ No newline at end of file