From caa45216efa1028e78666b06ba548c4b41065374 Mon Sep 17 00:00:00 2001 From: Perfare Date: Fri, 28 May 2021 22:16:50 +0800 Subject: [PATCH] fix compilation error --- AssetStudioFBXNative/asfbx_context.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/AssetStudioFBXNative/asfbx_context.h b/AssetStudioFBXNative/asfbx_context.h index 20f98fd..2fee5c7 100644 --- a/AssetStudioFBXNative/asfbx_context.h +++ b/AssetStudioFBXNative/asfbx_context.h @@ -4,18 +4,6 @@ #include #include -namespace fbxsdk -{ - class FbxManager; - class FbxScene; - class FbxExporter; - template - class FbxArray; - class FbxFileTexture; - class FbxSurfacePhong; - class FbxPose; -} - struct AsFbxContext {