Added a static New method to RefCounted-derived classes
Former-commit-id: efd9e68e050fb6cc7e0df7a7c222ca759c502dc5
This commit is contained in:
@@ -53,6 +53,8 @@ class NAZARA_API NzSkeleton : public NzRefCounted
|
||||
|
||||
NzSkeleton& operator=(const NzSkeleton& skeleton);
|
||||
|
||||
template<typename... Args> static NzSkeletonRef New(Args&&... args);
|
||||
|
||||
private:
|
||||
void InvalidateJoints();
|
||||
void InvalidateJointMap();
|
||||
@@ -61,4 +63,6 @@ class NAZARA_API NzSkeleton : public NzRefCounted
|
||||
NzSkeletonImpl* m_impl = nullptr;
|
||||
};
|
||||
|
||||
#include <Nazara/Utility/Skeleton.inl>
|
||||
|
||||
#endif // NAZARA_SKELETON_HPP
|
||||
|
||||
Reference in New Issue
Block a user