From 36815b014b7c55e4a5a9a6677a7565dc392aa4ca Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 22 Jun 2021 20:05:16 +0200 Subject: [PATCH] Update FBXExporter.h --- code/AssetLib/FBX/FBXExporter.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/AssetLib/FBX/FBXExporter.h b/code/AssetLib/FBX/FBXExporter.h index 563183268..2b751ea26 100644 --- a/code/AssetLib/FBX/FBXExporter.h +++ b/code/AssetLib/FBX/FBXExporter.h @@ -64,10 +64,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. struct aiScene; struct aiNode; struct aiLight; -//struct aiMaterial; -namespace Assimp -{ +namespace Assimp { class IOSystem; class IOStream; class ExportProperties;