Major ResourceLoader rework (using Nz::Result)

This commit is contained in:
SirLynix
2022-09-07 13:31:04 +02:00
parent 131faa4fbd
commit 47cb878f9d
25 changed files with 587 additions and 800 deletions

View File

@@ -44,7 +44,7 @@ namespace Nz
MD5AnimParser(Stream& stream);
~MD5AnimParser();
Ternary Check();
bool Check();
UInt32 GetAnimatedComponentCount() const;
const Frame* GetFrames() const;

View File

@@ -55,7 +55,7 @@ namespace Nz
MD5MeshParser(Stream& stream);
~MD5MeshParser();
Ternary Check();
bool Check();
const Joint* GetJoints() const;
UInt32 GetJointCount() const;