diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/Mesh2D.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Mesh2D.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/Mesh2D.h b/Source/Asura.Engine/Graphics/Mesh2D.h new file mode 100644 index 0000000..a113f4c --- /dev/null +++ b/Source/Asura.Engine/Graphics/Mesh2D.h @@ -0,0 +1,20 @@ +#ifndef __AE_MESH2D_H__ +#define __AE_MESH2D_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// 2D meshһЩUV + /// + class Mesh2D + { + + }; + + } +} + +#endif
\ No newline at end of file |