Make this a bit elegant

This commit is contained in:
jordan4ibanez
2023-11-28 05:21:34 -05:00
parent 89ae5f0068
commit 3f87764a94
2 changed files with 24 additions and 13 deletions

View File

@ -29,6 +29,7 @@ private:
// Methods.
CSkinnedMesh* cleanUp(std::string);
bool parseJSONFile(io::IReadFile* file);
std::tuple<bool, std::string> load();
public: