Minor improvements

This commit is contained in:
SirLynix
2023-03-17 19:24:33 +01:00
parent 630428dc31
commit 506d3939a8
4 changed files with 73 additions and 73 deletions

View File

@@ -57,6 +57,8 @@ namespace Nz
class NAZARA_UTILITY_API Animation : public Resource
{
public:
using Params = AnimationParams;
Animation();
Animation(const Animation&) = delete;
Animation(Animation&&) noexcept;