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..4290926 --- /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 |