From b5b43bac50ad58949e70bcd1a34b1e6c4765fd51 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 10 Apr 2019 09:03:57 +0800 Subject: *misc --- source/Asura.Editor/graphics/pen.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/Asura.Editor/graphics/pen.h (limited to 'source/Asura.Editor/graphics/pen.h') 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 -- cgit v1.1-26-g67d0