Replace typedef keywords by using
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Nz
|
||||
Vector3f bindPos;
|
||||
};
|
||||
|
||||
typedef Vector3ui Triangle;
|
||||
using Triangle = Vector3ui;
|
||||
|
||||
struct Vertex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user