Commited forgotten file (from commit 11ebdd50c3df1e96d7d8cc5b885360675ca5c302 [formerly 39e74cabd80f85aadb4db40f558ffc699a580423])

Former-commit-id: c6d4f4aa4f43a602a47f7996721b695e6bd95566
This commit is contained in:
Lynix 2014-05-28 10:10:51 +02:00
parent c27187ae4b
commit e0b8cf68aa
1 changed files with 3 additions and 1 deletions

View File

@ -8,13 +8,14 @@
#define NAZARA_SKELETON_HPP
#include <Nazara/Prerequesites.hpp>
#include <Nazara/Core/Resource.hpp>
#include <Nazara/Math/Box.hpp>
#include <Nazara/Utility/Joint.hpp>
#include <vector>
struct NzSkeletonImpl;
class NAZARA_API NzSkeleton
class NAZARA_API NzSkeleton : public NzResource
{
friend NzJoint;
@ -44,6 +45,7 @@ class NAZARA_API NzSkeleton
NzSkeleton& operator=(const NzSkeleton& skeleton);
private:
void InvalidateJoints();
void InvalidateJointMap();
void UpdateJointMap() const;