summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/source/widgets/label.h
blob: 688981891d16c73cee47f125c3683511d2a8dd8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __ASURA_EDITOR_LABEL_H__
#define __ASURA_EDITOR_LABEL_H__

namespace AsuraEditor
{

	class Label
	{

	public:



	};

}

#endif