mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Move FBXSerializer import by AnimationCache to source file
This commit is contained in:
parent
b3d5f2fa65
commit
98853b5d1d
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <Profile.h>
|
||||
|
||||
#include "AnimationLogging.h"
|
||||
#include <FBXSerializer.h>
|
||||
|
||||
int animationPointerMetaTypeId = qRegisterMetaType<AnimationPointer>();
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <QtScript/QScriptValue>
|
||||
|
||||
#include <DependencyManager.h>
|
||||
#include <FBXSerializer.h>
|
||||
#include <hfm/HFM.h>
|
||||
#include <ResourceCache.h>
|
||||
|
||||
class Animation;
|
||||
|
|
Loading…
Reference in a new issue