summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/LWOAnimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/LWOAnimation.h')
-rw-r--r--src/3rdparty/assimp/code/LWOAnimation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/3rdparty/assimp/code/LWOAnimation.h b/src/3rdparty/assimp/code/LWOAnimation.h
index 257abecdd..f0c578ad9 100644
--- a/src/3rdparty/assimp/code/LWOAnimation.h
+++ b/src/3rdparty/assimp/code/LWOAnimation.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -47,11 +48,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AI_LWO_ANIMATION_INCLUDED
#define AI_LWO_ANIMATION_INCLUDED
-#include <assimp/anim.h>
+//
#include <vector>
#include <list>
struct aiNodeAnim;
+struct aiVectorKey;
namespace Assimp {
namespace LWO {
@@ -165,7 +167,6 @@ struct Envelope
//! Keyframes for this envelope
std::vector<Key> keys;
-
// temporary data for AnimResolver
size_t old_first,old_last;
};
@@ -197,8 +198,7 @@ public:
* @param Output tick rate, per second
* @note The input envelopes are possibly modified.
*/
- AnimResolver(std::list<Envelope>& envelopes,
- double tick);
+ AnimResolver(std::list<Envelope>& envelopes, double tick);
public: