blob: a113f4c71ff9803e7e34e72888f0edf2f7cd0f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef __AE_MESH2D_H__
#define __AE_MESH2D_H__
namespace AsuraEngine
{
namespace Graphics
{
///
/// 2D meshһЩUV
///
class Mesh2D
{
};
}
}
#endif
|