summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/brush.h
blob: 42909265ac3ad9d01c7f26f9a794a9ab18285562 (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