fix compilation error
This commit is contained in:
parent
c9394cd957
commit
caa45216ef
|
@ -4,18 +4,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
namespace fbxsdk
|
|
||||||
{
|
|
||||||
class FbxManager;
|
|
||||||
class FbxScene;
|
|
||||||
class FbxExporter;
|
|
||||||
template<typename T, const int Alignment = 16>
|
|
||||||
class FbxArray;
|
|
||||||
class FbxFileTexture;
|
|
||||||
class FbxSurfacePhong;
|
|
||||||
class FbxPose;
|
|
||||||
}
|
|
||||||
|
|
||||||
struct AsFbxContext
|
struct AsFbxContext
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue