diff options
Diffstat (limited to 'source/Asura.Editor/graphics/brush.h')
-rw-r--r-- | source/Asura.Editor/graphics/brush.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/Asura.Editor/graphics/brush.h b/source/Asura.Editor/graphics/brush.h new file mode 100644 index 0000000..5ffdba4 --- /dev/null +++ b/source/Asura.Editor/graphics/brush.h @@ -0,0 +1,20 @@ +#ifndef __ASURA_EDITOR_BRUSH_H__ +#define __ASURA_EDITOR_BRUSH_H__ + +namespace AsuraEditor +{ + namespace Graphics + { + + /// + /// ˢָģʽ + /// + class Brush + { + + }; + + } +} + +#endif
\ No newline at end of file |