Now we're going to very carefully implement b3d

This commit is contained in:
jordan4ibanez
2023-11-28 04:55:39 -05:00
parent 26d5d8f076
commit 80e5da381d
2 changed files with 25 additions and 17 deletions

View File

@ -16,6 +16,7 @@ class CB3DJSONMeshFileLoader : public IMeshLoader
{
private:
CSkinnedMesh* AnimatedMesh;
void cleanUp(std::string);
public: