blob: cff66c4c9d4dd1b8216f37e3882d44ffe080aa7e (
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
|