summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Mesh2D.h
blob: 0d5113a4c1859d293fdcb11576f47c35820e217a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ASURA_ENGINE_MESH2D_H__
#define __ASURA_ENGINE_MESH2D_H__

namespace AsuraEngine
{
	namespace Graphics
	{

		///
		/// 2D meshһЩ㶯
		///
		class Mesh2D
		{

		};

	}
}

#endif