summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/brush.h
blob: 5ffdba4b0b865a1ec46f08c943718a167e467467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ASURA_EDITOR_BRUSH_H__
#define __ASURA_EDITOR_BRUSH_H__

namespace AsuraEditor
{
	namespace Graphics
	{

		///
		/// ˢָģʽ
		///
		class Brush
		{

		};

	}
}

#endif