From 42f5b501f54a96acfcc87c98d5f305bb0456c571 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 28 May 2014 01:12:14 +0200 Subject: [PATCH] Alphabetical commit Former-commit-id: 4ee6e29bfc574b670ed583a95990aaa8954fc8cb --- include/Nazara/Utility/Mesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Utility/Mesh.hpp b/include/Nazara/Utility/Mesh.hpp index 66f664e3c..5ba54966d 100644 --- a/include/Nazara/Utility/Mesh.hpp +++ b/include/Nazara/Utility/Mesh.hpp @@ -43,8 +43,8 @@ struct NAZARA_API NzMeshParams }; class NzAnimation; -class NzPrimitiveList; class NzMesh; +class NzPrimitiveList; typedef NzVertexStruct_XYZ_Normal_UV_Tangent NzMeshVertex;